Apache Kafka Installation on Windows
Please follow the below steps for installing Kafka in windows
- Download the Apache Kafka from�Download
- Extract the downloaded folder in C:\ drive
- Navigate to C:\kafka\bin\windows
Verification steps of installation
zookeeper first needs to be started with following command.
Copied
C:\kafka\bin\windows\zookeeper-server-start.bat C:\kafka\config\zookeeper.properties
After starting the zookeeper start the Kafka with below command
Copied
C:\kafka\bin\windows\kafka-server-start.bat C:\kafka\config\server.properties