Skip to main content

rhoas_kafka_consumer-group_describe

rhoas kafka consumer-group describe#

Describe a consumer group

Synopsis#

Print 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#