create_topic
Create a new Kafka topic with configurable partition count and replication factor to enable message production and consumption on an Apache Kafka cluster.
Instructions
Create a new Kafka topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| num_partitions | No | ||
| replication_factor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |