Kafka REST API
{ "data": [ { "consumer_group_id": "<string>", "partition_assignor": "<string>", "state": "<string>", "type": "<string>", "metadata": {}, "simple": true, "kind": "<string>" } ], "metadata": {}, "kind": "<string>" }
Lists all consumer groups in the Kafka cluster. Returns a collection of consumer group objects with their basic metadata.
OK
The response is of type object.
object
Was this page helpful?