get_topic
Retrieve detailed information about Kafka topics including partitions, consumers, and configuration settings for data management and analysis.
Instructions
Retrieve information about a specific topic.
Args: environment: The environment name. topic_name: Name of the topic.
Returns: Detailed topic information including partitions, consumers, config, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| topic_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||