[
https://issues.apache.org/jira/browse/KAFKA-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16301017#comment-16301017
]
ASF GitHub Bot commented on KAFKA-5526:
---------------------------------------
hachikuji commented on issue #4271: KAFKA-5526: Additional `--describe` views
for ConsumerGroupCommand (KIP-175)
URL: https://github.com/apache/kafka/pull/4271#issuecomment-353531991
@Syed-SnapLogic It will go into 1.1.0, which is due early next year.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> KIP-175: ConsumerGroupCommand no longer shows output for consumer groups
> which have not committed offsets
> ---------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-5526
> URL: https://issues.apache.org/jira/browse/KAFKA-5526
> Project: Kafka
> Issue Type: Improvement
> Reporter: Ryan P
> Assignee: Vahid Hashemian
> Labels: kip
> Fix For: 1.1.0
>
>
> It would appear that the latest iteration of the ConsumerGroupCommand no
> longer outputs information about group membership when no offsets have been
> committed. It would be nice if the output generated by these tools maintained
> some form of consistency across versions as some users have grown to depend
> on them.
> 0.9.x output:
> bin/kafka-consumer-groups --bootstrap-server localhost:9092 --new-consumer
> --describe --group console-consumer-34885
> GROUP, TOPIC, PARTITION, CURRENT OFFSET, LOG END OFFSET, LAG, OWNER
> console-consumer-34885, test, 0, unknown, 0, unknown, consumer-1_/192.168.1.64
> 0.10.2 output:
> bin/kafka-consumer-groups --bootstrap-server localhost:9092 --new-consumer
> --describe --group console-consumer-34885
> Note: This will only show information about consumers that use the Java
> consumer API (non-ZooKeeper-based consumers).
> TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG
> CONSUMER-ID HOST
> CLIENT-ID
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)