[ https://issues.apache.org/jira/browse/KAFKA-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16265348#comment-16265348 ]
ASF GitHub Bot commented on KAFKA-6241: --------------------------------------- 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 ---- > Enable dynamic reconfiguration of SSL keystores > ----------------------------------------------- > > Key: KAFKA-6241 > URL: https://issues.apache.org/jira/browse/KAFKA-6241 > Project: Kafka > Issue Type: Sub-task > Components: core > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > Fix For: 1.1.0 > > > See > [KIP-226|https://cwiki.apache.org/confluence/display/KAFKA/KIP-226+-+Dynamic+Broker+Configuration] > for details. > This will include the base implementation to enable dynamic updates of broker > configs. > SSL keystore update will be implemented as part of this task to enable > testing. -- This message was sent by Atlassian JIRA (v6.4.14#64029)