v50

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-0193273218.8 KB
Topics

Add topic partitions

Add partitions to existing topics. Depending on the partitioning strategy used, this may impact ordering guarantees.

patch/v1/topics-partitions

Request body

partition_countinteger

The number of partitions to add for the topics.

topic_namesstring[]

The topic names.

validate_onlyboolean

Validate the request only, do not execute it.

Response

OK