Skip to main content
Version: Next

Update Topic Partitions

PATCH 

/api/v1/kafka/topics/:topic/partitions

Increase the partition count of an existing topic. Admin-only.

Kafka only permits increasing the partition count; reducing is not supported by the broker. The request fails with 422 if the new count is not strictly greater than the current count.

Request

Responses

Successful Response