Jiangjie Qin created KAFKA-6321: ----------------------------------- Summary: ConsumerGroupCommand should use the new consumer to query the log end offsets. Key: KAFKA-6321 URL: https://issues.apache.org/jira/browse/KAFKA-6321 Project: Kafka Issue Type: Improvement Components: tools Affects Versions: 1.0.0 Reporter: Jiangjie Qin Fix For: 1.1.0
Currently the ConsumerGroupCommand is querying the log end offsets one partition at a time. It should switch to use Consumer.endOffsets(). -- This message was sent by Atlassian JIRA (v6.4.14#64029)