Using the ConsoleConsumer with old consumer is deprecated and will be removed in a future major release.

格兰芬多 发表于: 2017-06-29   最后更新时间: 2023-06-13 19:50:15   17,488 游览

运行

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]

没有把消息打印出来。
请问各位如何 解决一下,非常感谢

发表于 2017-06-29

那个只是提示你zookeeper的方式不赞成使用了,使用新命令。

先确保主题里面有消息。

到kafka命令大全,在这里找新消费者的方式:
https://www.orchome.com/454

格兰芬多 -> 半兽人 7年前

非常感谢。

你的答案

查看kafka相关的其他问题或提一个您自己的问题