create_topic
Create a new Kafka topic by specifying a name, number of partitions, replication factor, and optional configuration settings.
Instructions
Creates a new topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | ||
| topic_name | Yes | ||
| num_partitions | No | ||
| replication_factor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |