Jason Gustafson created KAFKA-9479: -------------------------------------- Summary: 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
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)