Jason Bew created KAFKA-4723: -------------------------------- Summary: offsets.storage=kafka - groups stuck in rebalancing with committed offsets Key: KAFKA-4723 URL: https://issues.apache.org/jira/browse/KAFKA-4723 Project: Kafka Issue Type: Bug Affects Versions: 0.10.0.1 Reporter: Jason Bew Priority: Minor
Hi, I have moved offset store to kafka, when I now run; bin/kafka-consumer-groups.sh --bootstrap-server localhost:9094 --describe --new-consumer --group my_consumer_group I get the message; Consumer group `my_consumer_group` does not exist or is rebalancing. I have found the issue KAFKA-3144 however this refers to consumer groups that have no committed offsets, the groups I am looking do and are constantly in use. using --list I get all my consumer groups returned. Although some are inactive I have around 6 very active ones (millions of messages a day constantly). looking at the mbean data and kafka tool etc I can see the lags and offsets changing every second. Therefore I would expect the kafka-consumer-groups.sh script to return the lags and offsets for all 6 active consumer groups. The exact messages is; Consumer group `X` does not exist or is rebalancing. Many thanks. -- This message was sent by Atlassian JIRA (v6.3.15#6346)