kafka_describe_topic
Retrieve detailed Kafka topic information including partition layout, replication, and segment data to monitor and analyze topic configuration and health.
Instructions
Get detailed information about a specific Kafka topic including partition layout, replication, and segment info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_name | Yes | The Kafka cluster name. | |
| topic_name | Yes | The topic name. |