kafka_list_topics
List Kafka cluster topics with partition counts, replication factors, and under-replicated partition details to monitor topic health and configuration.
Instructions
List topics in a Kafka cluster with partition count, replication factor, and under-replicated partition count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_name | Yes | The Kafka cluster name. Use kafka_list_clusters to see available clusters. | |
| page | No | Page number for pagination. Defaults to 1. | |
| per_page | No | Number of topics per page. Defaults to 50. |