TopicConfigsUpdate
Kafka topic-configuration update containing keys to set and keys to delete.
set object
Upsert these topic-level config overrides.
- object
- null
object
delete object
Revert these config keys to the broker default.
- string[]
- null
Array [
string
]
TopicConfigsUpdate
{
"set": {},
"delete": [
"string"
]
}