[GitHub] kafka pull request #1747: KAFKA-4050: Allow configuration of the PRNG used f...

2016-08-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/1747


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #1747: KAFKA-4050: Allow configuration of the PRNG used f...

2016-08-16 Thread toddpalino
GitHub user toddpalino opened a pull request:

https://github.com/apache/kafka/pull/1747

KAFKA-4050: Allow configuration of the PRNG used for SSL

Add an optional configuration for the SecureRandom PRNG implementation, 
with the default behavior being the same (use the default implementation in the 
JDK/JRE).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/toddpalino/kafka trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1747.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 #1747


commit 4d101bdf5faf58fb2e0e54c0848133cc9deda6ef
Author: Todd Palino 
Date:   2016-08-16T20:58:34Z

Make the SecureRandom implementation configurable

commit 4793b69b3287b0f4fc8905aa62608e5b64f57f90
Author: Todd Palino 
Date:   2016-08-16T20:58:52Z

Add a note in the docs about setting the SecureRandom PRNG implementation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---