https://kafka.apache.org/quickstart
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowszookeeper-server-start.bat C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0configzookeeper.properties
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-server-start.bat C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0configserver.properties
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic test
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-topics.bat --list --bootstrap-server localhost:9092
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-console-producer.bat --broker-list localhost:9092 --topic test
C:W_O_R_Kkafka_2.12-2.2.0kafka_2.12-2.2.0inwindowskafka-console-consumer.bat --bootstrap-server localhost:9092 --topic test --from-beginning