Kafka REST API
{ "consumer_group_id": "<string>", "partition_assignor": "<string>", "state": "<string>", "type": "<string>", "metadata": {}, "simple": true, "kind": "<string>" }
Gets detailed information about a specific consumer group identified by its ID. Returns consumer group metadata including state, members, and assigned partitions.
The consumer group ID.
OK
The response is of type object.
object
Was this page helpful?