Before we start our progress one must look at the installation of Kafka into the system. Similar to the installation of Kafka blog we will be using Ubuntu 18.04 for the execution of our steps. We will follow step wise starting from creation of Multi-Node Multi-broker architecture over Docker.

1. Installation of Docker

First we need to install docker on our system. It is advisable to use ‘sudo’ command in every step as it provides us with administrator privileedges. One must be familiar with the password of the system admin in order to use ‘sudo’.

$ sudo apt-get update

$ sudo apt-get install docker.io docker-compose

2. Creation of “.yml” file

Now one can create a directory naming “Docker_Kafka”

$ mkdir Docker_Kafka

$ cd Docker_Kafka

#mysql #data-architect #kafka #data-science #kafka-connect #data analysis

How to Integrate Kafka Connect With Mysql Server
2.10 GEEK