Apache Kafka Publisher Example using SpringBoot
zookeeper-server-start.bat D:\DEV-SOFTWARES\kafka_2.12-1.1.0\config\zookeeper.properties
kafka-server-start.bat D:\DEV-SOFTWARES\kafka_2.12-1.1.0\config\server.properties
kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 -topic javatechie
kafka-console-producer.bat --broker-list localhost:9092 --topic javatechie
kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic javatechie