赞
踩
启动zookeeper
.\windows\zookeeper-server-start.bat ..\config\zookeeper.properties
启动kafka
.\windows\kafka-server-start.bat ..\config\server.properties
查看topic list
.\kafka-topics.bat --list --bootstrap-server localhost:9092
新建topic(<>符号删掉)
.\kafka-topics.bat --create --topic <TOPIC_NAME> --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1
查看指定topic消息
.\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic web-log --from-beginning
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。