coding++:kafka问题:zookeeper is not a recognized option zookeeper参数不支持

Posted codingmode

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了coding++:kafka问题:zookeeper is not a recognized option zookeeper参数不支持相关的知识,希望对你有一定的参考价值。

– zookeeper is not a recognized option主要原因是 Kafka 版本过高,命令不存在。

使用新版本:

./bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test --from-beginning

 

 

以上是关于coding++:kafka问题:zookeeper is not a recognized option zookeeper参数不支持的主要内容,如果未能解决你的问题,请参考以下文章