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

[GitHub] kafka pull request #3856: MINOR: Remove unused SecurityProtocol.TRACE

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 <is...@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 <is...@juma.me.uk>
Date:   2017-09-14T09:39:00Z

    Remove unused imports, variables and default parameters

----


---

[GitHub] kafka pull request #3856: MINOR: Remove unused SecurityProtocol.TRACE

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---