赞
踩
测试:
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
.\bin\windows\kafka-server-start.bat .\config\server.properties
.\bin\windows\kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 3 --topic test 3
.\bin\windows\kafka-console-producer.bat --broker-list localhost:9092 --topic test3
.\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic test3 --from-beginning
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。