startjava created KAFKA-9902:
--------------------------------
Summary: java client api can not completely take out the
kafka-consumer-groups.sh output of information
Key: KAFKA-9902
URL: https://issues.apache.org/jira/browse/KAFKA-9902
Project: Kafka
Issue Type: Test
Reporter: startjava
Why the java client api is not with:
.kafka-consumer-groups.sh --bootstrap-server localhost:9081 --describe --group
test
The method corresponding to the command, I can not get together GROUP, TOPIC,
PARTITION, CURRENT-OFFSET, LOG-END-OFFSET, LAG, CONSUMER-ID, HOST, CLIENT-ID
these columns of information, search materials know need to be taken
separately, which makes our developers very troublesome, and this feature is
very common.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)