使用kafka bin目录中的zookeeper-shell.sh来查看kafka在zookeeper中的配置
Posted tonggc1668
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用kafka bin目录中的zookeeper-shell.sh来查看kafka在zookeeper中的配置相关的知识,希望对你有一定的参考价值。
cd kafka_2.11-0.10.2.1inwindows
echo ls /brokers/ids | zookeeper-shell.bat localhost:2181
使用kafka bin目录中的zookeeper-shell.sh来查看kafka在zookeeper中的配置。
连接zookeeper:
bin/zookeeper-shell.sh 127.0.0.1:2181
https://my.oschina.net/tongyufu/blog/1806196
https://chengjianxiaoxue.iteye.com/blog/2190488
以上是关于使用kafka bin目录中的zookeeper-shell.sh来查看kafka在zookeeper中的配置的主要内容,如果未能解决你的问题,请参考以下文章