create_partitions
Increase partitions for a Kafka topic to handle higher message throughput or scale consumer parallelism. Partition count can only be raised, not reduced.
Instructions
Increases the number of partitions for a topic. Note: Partition count can only be increased, not decreased.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | Yes | ||
| new_total_count | Yes |