bq. (e.g. increase network/IO threads) Would decreasing network/IO threads be supported ?
bq. void reconfigure(Map<String, ?> configs); What if some keys in configs are not in the Set returned by reconfigurableConfigs() ? Would exception be thrown ? If so, please specify which exception would be thrown. The sample commands for bin/kafka-configs include '--add-config'. Would there be '--remove-config' ? bq. Existing connections will not be affected, new connections will use the new keystore. ssl.keystore.password appears a few lines above. Would there be any issue with mixture of connections (with old and new password) ? Cheers On Mon, Nov 20, 2017 at 5:57 AM, Rajini Sivaram <rajinisiva...@gmail.com> wrote: > Hi all, > > I have submitted KIP-226 to enable dynamic reconfiguration of brokers > without restart: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP- > 226+-+Dynamic+Broker+Configuration > > The KIP proposes to extend the current dynamic replication quota > configuration for brokers to support dynamic reconfiguration of a limited > set of configuration options that are typically updated during the lifetime > of a broker. > > Feedback and suggestions are welcome. > > Thank you... > > Regards, > > Rajini >