Kafka REST API
{ "data": [ { "consumer_group_id": "<string>", "consumer_id": "<string>", "client_id": "<string>", "host": "<string>", "metadata": {}, "kind": "<string>" } ], "metadata": {}, "kind": "<string>" }
Lists all active consumers that are members of the specified consumer group. Includes consumer metadata such as client ID, host, and partition assignments.
The consumer group ID.
OK
The response is of type object.
object
Was this page helpful?