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

2017-10-26 Thread asfgit
Github user asfgit closed the pull request at:

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


---


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

2017-10-26 Thread ijuma
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 
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.




---