Onur Karaman created KAFKA-1942: ----------------------------------- Summary: ConsumerGroupCommand does not show offset information in ZK for deleted topic Key: KAFKA-1942 URL: https://issues.apache.org/jira/browse/KAFKA-1942 Project: Kafka Issue Type: Bug Reporter: Onur Karaman
Let's say group g consumes from topic t. If we delete topic t using kafka-topics.sh and then try to describe group g using ConsumerGroupCommand, it won't show any of the partition rows for topic t even though the group has offset information for t still in zk. -- This message was sent by Atlassian JIRA (v6.3.4#6332)