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

posted @ 2022-08-27 11:47  喝酸奶爱舔盖  阅读(22)  评论(0编辑  收藏  举报