创建topic
sh bin/kafka-topics.sh --create --zookeeper hadoop000:2181/kafka --topic test --partitions 1 --replication-factor 1
查看topic
sh bin/kafka-topics.sh --describe --zookeeper hadoop000:2181/kafka --topic test
启动生产者
sh bin/kafka-console-producer.sh --broker-list hadoop000:9092 --topic test
启动消费者
sh bin/kafka-console-consumer.sh --bootstrap-server hadoop000:9092 --topic test
5万+

被折叠的 条评论
为什么被折叠?



