运行
bin/kafka-console-consumer.sh --zookeeper 127.0.0.1:2181 --from-beginning --topic test.
提示消息:
Using the ConsoleConsumer with old consumer is deprecated and will be removed in a future major release. Consider using the new consumer by passing [bootstrap-server] instead of [zookeeper]
没有把消息打印出来。
请问各位如何 解决一下,非常感谢
那个只是提示你zookeeper的方式不赞成使用了,使用新命令。
到kafka命令大全,在这里找新消费者的方式:
https://www.orchome.com/454
非常感谢。
你的答案