GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/4034
MINOR: Remove TLS renegotiation code This has been disabled since the start and since it's removed in TLS 1.3, there are no plans to ever support it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka remove-tls-renegotiation-support Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4034.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 #4034 ---- commit c99acab314d699ee69a46a9dd2fd0cd135832dd8 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-10-06T10:39:00Z MINOR: Remove TLS renegotiation code This has been disabled since the start and since it's removed in TLS 1.3, there are no plans to ever support it. ---- ---