Kafka Installation

Set up and Install Apache Kafka On Windows Prerequisites: Install Java Step 1: Download the kafka from https://kafka.apache.org/downloads Extract the downloaded file using 7 zip Step 2: Kafka uses zookeeper so you first need to start the ZooKeeper Server, zookeeper is packaged with kafka Run the below command to start zookeeper .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties Once the…

Share this:
Read More