GitHub user allenxiang opened a pull request:
https://github.com/apache/kafka/pull/2564
KAFKA-4777 fix client heartbeat non-stop retry issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/allenxiang/kafka client-heartbeat-fix
GitHub user allenxiang opened a pull request:
https://github.com/apache/kafka/pull/2446
KAFKA-4701: Add dynamic truststore manager.
Allow kafka brokers to dynamically reload truststore without restarting.
You can merge this pull request into a Git repository by running:
$ git
Github user allenxiang closed the pull request at:
https://github.com/apache/kafka/pull/2028
---
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
GitHub user allenxiang opened a pull request:
https://github.com/apache/kafka/pull/2028
Replace default X509TrustManager with ReloadableX509TrustManager.
ReloadableX509TrustManager will allow us to replace broker tuststore at any
time without restart the broker.
You can merge this