create_partitions
Expand the number of partitions on a Kafka topic to handle increased throughput. Provide the topic name and the new total partition count.
Instructions
Increases the number of partitions for a topic. Note: Partition count can only be increased, not decreased.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | Yes | ||
| new_total_count | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |