https://dlcdn.apache.org/kafka/3.2.0/...
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
.\bin\windows\kafka-server-start.bat .\config\server.properties
.\bin\windows\kafka-topics.bat --create --topic topic_demo --bootstrap-server localhost:9092
.\bin\windows\kafka-console-producer.bat --topic topic_demo --bootstrap-server localhost:9092
.\bin\windows\kafka-console-consumer.bat --topic <topic_demo> --from-beginning --bootstrap-server localhost:9092 hello world topic demo