GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3856
MINOR: Remove unused SecurityProtocol.TRACE It adds complexity for no benefit since we don't use it anywhere. Also removed a few unused imports, variables and default parameters. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka remove-security-protocol-trace Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3856.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 #3856 ---- commit 92583abba75954cf84efe58e2d28a5632143269a Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-09-14T09:38:23Z MINOR: Remove unused SecurityProtocol.TRACE It adds complexity for no benefit since we don't use it anywhere. commit c69e3be11afdda12b00993e3242e786ec33aac73 Author: Ismael Juma <ism...@juma.me.uk> Date: 2017-09-14T09:39:00Z Remove unused imports, variables and default parameters ---- ---