到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