I\'m trying to install Kafka message queue on Windows for testing purposes (not for production).
I found this article on how to install Apache Kafka
These are the steps I followed to run kafka on Windows
zookeeper-3.3.6.tar.gz
\zookeeper-3.3.6\bin> .\zkServer.cmd
Now this should up a Zookeeper instance on localhost:2181
kafka_2.10-0.10.0.1.tgz
.\config\server.properties
.\config\server.properties
replace log.dirs=c:/kafka/kafka-logs
./bin/windows
folder.\bin\windows\kafka-server-start.bat .\config\server.properties