bq. Map<ConfigResource, Config> changes, Set<ConfigResource> removals,
Is it possible to combine the two parameters into one Map where null Config value signifies removal of config ? This way, the following wouldn't occur (reducing un-intended config removal): bq. If a configuration key is specified in both *changes* and *removals* *Cheers* On Wed, Jul 11, 2018 at 10:54 AM Colin McCabe <cmcc...@apache.org> wrote: > Hi all, > > Previously, we discussed some issues with alterConfigs here on the mailing > list, and eventually came to the conclusion that the RPC as implemented > can't be used for a shell command modifying configurations. > > I wrote up a small KIP to fix the issues with the RPC. Please take a look > at > https://cwiki.apache.org/confluence/display/KAFKA/KIP-339%3A+Create+a+new+ModifyConfigs+API > > best, > Colin >