본문으로 건너뛰기

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"
    ]
    }