其他分享
首页 > 其他分享> > kafka基础使用

kafka基础使用

作者:互联网

生产者
/opt/kafka/bin/kafka-console-producer.sh --broker-list kafka.service.consul:9092 --topic 0bkmonitor_15026750

消费者
/opt/kafka/bin/kafka-console-consumer.sh --bootstrap-server kafka.service.consul:9092 --topic 0bkmonitor_15026750


查询历史数据
/opt/kafka/bin/kafka-console-consumer.sh --bootstrap-server kafka.service.consul:9092 --topic 0bkmonitor_15025540 --from-beginning

标签:bin,--,consul,基础,9092,kafka,topic,使用
来源: https://www.cnblogs.com/-XDD-/p/16630274.html