查看所有topic列表
./kafka-topics.sh --list --zookeeper localhost:2181
shell生产者,发送消息
./kafka-console-producer.sh --broker-list 10.217.17.70:9002 --topic auditLog
shell消费者,接受消息
./kafka-console-consumer.sh --bootstrap-server 10.217.17.70:9002 --topic auditLog --from-beginning