.inwindowszookeeper-server-start.bat .configzookeeper.properties
.inwindowskafka-server-start.bat .configserver.properties
.inwindowskafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test
.inwindowskafka-topics.bat --describe --zookeeper 192.168.1.4:2181
.inwindowskafka-console-producer.bat --broker-list localhost:9092 --topic test
.inwindowskafka-console-consumer.bat --bootstrap-server localhost:9092 --topic test --from-beginning