The easiest way to run your zookeeper and Kafka server.
>_ Download Java from https://www.java.com/en/download/
>_ Download Kafka Binary Release from https://kafka.apache.org/downloads
>_ Install Java on your computer & run java -version
If it shows java version that means you have installed java successfully.
>_ Extract your downloaded Kafka.
>_ Clone this repo using.
git clone https://github.com/abura1han/run-kafka.git
>_ Copy start-kafka.bat
file from cloned directory & past it in Kafka directory.
>_ Copy your folder path and open your cmd terminal as administrator.
>_ Then run this code
setx /M PATH "%PATH%;<Your copied folder path>"
@REM Example:
setx /M PATH "%PATH%;C:\Users\abura\kafka"
Now run kafka-start on your terminal it will start Kafka by opening two terminal cmd windows on your computer.
✨Happy coding!