zookeeper-server-start.bat config/zookeeper.properties
kafka-server-start.bat config/server.properties
bin/kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic Kafka_Example
bin/kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic Kafka_Example --from-beginning
http://localhost:8081/kafka/publish/Sam
http://localhost:8081/kafka/publish/Peter