[GitHub] kafka pull request #4266: MINOR: Add maybeThrow method to ZooKeeperClient As...

2017-12-06 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] kafka pull request #4266: MINOR: Add maybeThrow method to ZooKeeperClient As...

2017-11-27 Thread omkreddy
GitHub user omkreddy opened a pull request:

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

MINOR: Add maybeThrow method to ZooKeeperClient AsyncResponse

* Add maybeThrow method to ZooKeeperClient AsyncResponse
* Update KafkaZkClient to use maybeThrow method

### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation 
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)


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

$ git pull https://github.com/omkreddy/kafka KAFKAZKCLEINT_EXCEPTION_CLEANUP

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

https://github.com/apache/kafka/pull/4266.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 #4266


commit cb9497365a018a223b0196bb5e2b9ac18260ec26
Author: Manikumar Reddy 
Date:   2017-11-27T15:36:24Z

MINOR: Add maybeThrow method to ZooKeeperClient AsyncResponse




---