You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by rajinisivaram <gi...@git.apache.org> on 2017/11/24 14:56:44 UTC

[GitHub] kafka pull request #4263: KAFKA-6241: Enable dynamic updates of broker SSL k...

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 <ra...@googlemail.com>
Date:   2017-11-20T17:06:31Z

    KAFKA-6241: Enable dynamic updates of broker SSL keystore

----


---