kafka_list_topics
List Kafka topics with partition count, replication factor, and descriptions. Optionally include internal topics starting with '_'.
Instructions
List all Kafka topics with partition count, replication factor, and descriptions.
Built-in descriptions for known topics (CDC pipeline, Circuit Connect).
Args: include_internal: Include internal topics starting with '_' (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_internal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |