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/10/26 10:55:53 UTC

[GitHub] kafka pull request #4138: MINOR: Revert EmbeddedZooKeeper rename

GitHub user ijuma opened a pull request:

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

    MINOR: Revert EmbeddedZooKeeper rename

    Even though this class is internal, it's widely
    used by other projects and it's better to avoid
    breaking them until we have a publicly supported
    test library.
    
    Also made some fields private since users should
    not need access to them.

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

    $ git pull https://github.com/ijuma/kafka revert-embedded-zookeeper-rename

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

    https://github.com/apache/kafka/pull/4138.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 #4138
    
----
commit 0f2a1e3559c0760c4337b875eb426f0b361bb2dc
Author: Ismael Juma <is...@juma.me.uk>
Date:   2017-10-26T10:52:01Z

    MINOR: Revert EmbeddedZooKeeper rename
    
    Even though this class is internal, it's widely
    used by other projects and it's better to avoid
    breaking them until we have a publicly supported
    test library.
    
    Also made some fields private since users should
    not need access to them.

----


---

[GitHub] kafka pull request #4138: MINOR: Revert EmbeddedZooKeeper rename

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

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


---