coding ++: kafka question: zookeeper is not a recognized option zookeeper parameters not supported

- zookeeper is not a recognized option mainly because Kafka version is too high command does not exist.

The new version:

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

 

 

Guess you like

Origin www.cnblogs.com/codingmode/p/11981159.html