使用kafka解决zookeeper is not a recognized option when executing kafka-console-consumer.sh报错

阅读 120

2022-02-28

完整报错:zookeeper is not a recognized option

解决方法

--zookeeper换为--bootstrap-server

比如:

./bin/kafka-console-consumer.sh --zookeeper localhost:2181

换为:

./bin/kafka-console-consumer.sh --bootstrap-server localhost:2181

问题解析

版本问题

精彩评论(0)

0 0 举报