Topics

Set topic configurations

Update the entire set of key-value configurations for a topic. Config entries that are not provided in the request are removed and will fall back to their default values.

put/v1/topics/{topic_name}/configurations

Path parameters

topic_namestring required

Name of topic.

Request body

namestring

A topic-level config key (e.g. segment.bytes).

valuestring nullable

A topic-level config value (e.g. 1073741824).

Response

OK

Changes

No recorded changes to this endpoint across all 51 revisions of this API.