oci_kafka_describe_topic
Get partition details, leader, replicas, ISR, and non-default configuration for a Kafka topic to inspect its health and configuration.
Instructions
Get detailed information about a specific Kafka topic.
Args: topic_name: Name of the topic to describe.
Returns partition details (leader, replicas, ISR), and non-default configuration settings. Use this to inspect a topic's health and config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |