본문으로 건너뛰기

TopicPartitionsUpdate

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

partitionsPartitions (integer)필수

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

Possible values: >= 1

TopicPartitionsUpdate
{
"partitions": 0
}