Skip to main content

TopicConfigsUpdate

Kafka topic-configuration update containing keys to set and keys to delete.

set object

Upsert these topic-level config overrides.

anyOf
object
delete object

Revert these config keys to the broker default.

anyOf
  • Array [
  • string
  • ]
  • TopicConfigsUpdate
    {
    "set": {},
    "delete": [
    "string"
    ]
    }