
使用kafka-tool查看kafka消费群组发现有一个消费群组看不到offset,发现该消费群组显示 no active:
在shell 查看消费群组:
./kafka-consumer-groups.sh --bootstrap-server --group opentsdb_AQJC1 --describe
**Consumer group 'opentsdb_AQJC1' has no active members.**
出现 Consumer group 'opentsdb_AQJC1' has no active members
,这是什么原因导致的,怎么去解决这个问题呢,希望得到各位老师的知道,谢谢。