kafka-consumergroup

kafka 查看当前有多少group

1
kafka-run-class.bat kafka.admin.ConsumerGroupCommand --zookeeper localhost:2181 --list

kafka 查看group情况

1
kafka-run-class.bat kafka.admin.ConsumerGroupCommand --zookeeper localhost:2181 --describe --group console-consumer-8047

参考文档

欢迎关注我的公众号:沉迷Spring
显示 Gitment 评论
0%