oci_kafka_list_topics
List all topics in a Kafka cluster and get total topic count along with partition counts for each topic, providing a quick overview of the cluster's topics.
Instructions
List all topics in the Kafka cluster.
Returns the total topic count and a list of topics with their partition counts. Use this to get an overview of all topics in the cluster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |