GitHub user mimaison opened a pull request: https://github.com/apache/kafka/pull/4217
MINOR: Updated KafkaZkClient.pathExists() to use ExistsRequest rather than using GetDataRequest You can merge this pull request into a Git repository by running: $ git pull https://github.com/mimaison/kafka pathExists Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4217.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 #4217 ---- commit 34b8e89d62d777af5dfbb75301c114a574a8d945 Author: Mickael Maison <mickael.mai...@gmail.com> Date: 2017-11-11T14:42:51Z MINOR: Updated KafkaZkClient.pathExists() to use ExistsRequest rather than using GetDataRequest ---- ---