rhoas_kafka_consumer-group_describe
#
rhoas kafka consumer-group describeDescribe a consumer group
#
SynopsisPrint detailed information for a consumer group and its members.
rhoas kafka consumer-group describe [flags]
#
Examples# describe a consumer group$ rhoas kafka consumer-group describe --id consumer_group_1 -o json
#
Options --id string The unique ID of the consumer group to view -o, --output string Format in which to display the consumer group (choose from: "json", "yml", "yaml")
#
Options inherited from parent commands -h, --help Show help for a command -v, --verbose Enable verbose mode
#
SEE ALSO- rhoas kafka consumer-group - Describe, list, and delete consumer groups for the current Apache Kafka instance