You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Vetle Leinonen-Roeim (Jira)" <ji...@apache.org> on 2020/02/18 07:10:00 UTC

[jira] [Comment Edited] (KAFKA-9479) Describe consumer group --all-groups shows header for each entry

    [ https://issues.apache.org/jira/browse/KAFKA-9479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17038833#comment-17038833 ] 

Vetle Leinonen-Roeim edited comment on KAFKA-9479 at 2/18/20 7:09 AM:
----------------------------------------------------------------------

The changes I've made will also affect when printing states in other situations, for instance supplying multiple groups instead of {{\-\-all-groups}}: {{\-\-group group1 \-\-group group2}}. Is this acceptable, or should we make an effort to only do this change for {{--all-groups}}?


was (Author: vetle@roeim.net):
The changes I've made will also affect when printing states in other situations, for instance supplying multiple groups instead of {{\-\-all-groups}}: {{\–\group group1 \-\-group group2}}. Is this acceptable, or should we make an effort to only do this change for {{\-\-all-groups}}?

> Describe consumer group --all-groups shows header for each entry
> ----------------------------------------------------------------
>
>                 Key: KAFKA-9479
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9479
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Jason Gustafson
>            Assignee: Jeff Kim
>            Priority: Major
>              Labels: newbie
>
> When using `bin/kafka-consumer-groups.sh --describe --state --all-groups`, we print output like the following:
> {code}
> GROUP                                              COORDINATOR (ID)          ASSIGNMENT-STRATEGY  STATE           #MEMBERS
> group1 localhost:9092 (3) range                Stable          1                                                                                                               
> GROUP                                              COORDINATOR (ID)          ASSIGNMENT-STRATEGY  STATE           #MEMBERS
> group2      localhost:9092 (3) range                Stable          1                                                                                                                
> {code}
> It would be nice if we did not show the header for every entry.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)