list_consumer_groups_by_topic
Identify which consumer groups are subscribed to a specific Kafka topic to monitor data consumption patterns and group activity.
Instructions
Retrieve a list of consumer groups by a specific topic.
Args: environment: The environment name. topic: The name of the topic.
Returns: A list of consumer group objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| topic | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |