create_partitions
Add partitions to a Kafka topic to allow more concurrent consumers and improve throughput. Note: partition count can only be increased, not decreased.
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 |