搜索位置

ps -ef|grep kafka

查看所有topic

./kafka-topics.sh --zookeeeper 172.6.3.15:2181 -list

查看最新数据

./kafka-console-consumer.sh --bootstrap -server 172.6.6.20:9092 --topic test --new-consumer

posted on 2019-08-09 18:09  人在北京  阅读(142)  评论(0)    收藏  举报