MQ 之 kafka

常用命令

  • 查看topic

    ./kafka-topics.sh –zookeeper xx.xx.xx.xx,xx.xx.xx.xx,xx.xx.xx.xx:2181 –list

  • 订阅数据

    ./kafka-console-consumer.sh –bootstrap-server xx.xx.xx.xx:9092,xx.xx.xx.xx:9092,xx.xx.xx.xx:9092 –topic test –from-beginning

监控管理

工具

Author: suce
Link: https://haoubox.cn/2021/09/15/MQ-之-kafka/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.