kafka消费数据命令 消费以前的数据命令
作者:互联网
到kafka 的bin目录下
[root@node2 bin]# ./kafka-console-consumer.sh --bootstrap-server ip:9092 --topic topicname
消费以前的数据
[root@node2 bin]# ./kafka-console-consumer.sh --bootstrap-server ip:9092 -- --from-beginning topic topicname
标签:bin,消费,console,--,kafka,命令,root,topicname 来源: https://www.cnblogs.com/fujingtao/p/16349549.html