GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/4263
KAFKA-6241: Enable dynamic updates of broker SSL keystore Enable dynamic broker configuration (see KIP-225 for details). Includes - Base implementation to allow specific broker configs and custom configs to be dynamically updated - Extend DescribeConfigsRequest/Response to return all synonym configs and their sources in the order of precedence - Extend AdminClient to alter dynamic broker configs - Dynamic update of SSL keystores ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-6241-dynamic-keystore Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4263.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4263 ---- commit 48a12506384d753a1ece6a92fcc59c3f60a35a81 Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2017-11-20T17:06:31Z KAFKA-6241: Enable dynamic updates of broker SSL keystore ---- ---