001、kafka版本
kafka_2.13-3.0.0
kafka_2.12-2.8.0
002、模拟给topic名称是 yikuang 的发一条数据(hello world)
./kafka-console-producer.sh --broker-list IP:9092 --topic yikuang003、查看topic名称是yikuang 中的数据
./kafka-console-consumer.sh --bootstrap-server IP:9092 --topic yikuang --from-beginning
标签:yikuang,01,--,9092,kafka,topic,常用命令 From: https://www.cnblogs.com/suyj/p/16785946.html