get_group_topics
Retrieve the list of topics consumed by a specific consumer group in a Kafka cluster. Provide the cluster name and consumer group name to get the topics.
Instructions
Get topics for a consumer group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster | Yes | Cluster name | |
| groupName | Yes | Consumer group name |