THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
alterConfigs
has been deprecated and will be removed in a future release;- we are using
incrementalAlterConfigs
to change user/topic/client-metrics configs, it would be benefit to unify broker configs.; incrementalAlterConfigs
is more convenient especially for updating configs of list data type, such as "leader.replication.throttled.replicas"We are forced to pass all sensitive configs to update broker configs when using
alterConfigs
with the current cli tool because sensitive config values are never returned to the client.
...
- We fallback to using
alterConfigs
automatically ifincrementalAlterConfigs
is not supported, we need to unify the semantics if we want to do this heuristically, so we choose to give this privilege to users by add adding --disable-incremental.