Skip to main content

TopicPartitionsUpdate

Kafka topic update that increases the topic to the requested partition count.

partitionsPartitions (integer)required

New total partition count. Must be strictly greater than the current count — Kafka does not support reducing partitions.

Possible values: >= 1

TopicPartitionsUpdate
{
"partitions": 0
}