[ https://issues.apache.org/jira/browse/KAFKA-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15333311#comment-15333311 ]
ASF GitHub Bot commented on KAFKA-3838: --------------------------------------- GitHub user mangas opened a pull request: https://github.com/apache/kafka/pull/1512 KAFKA-3838 zkClient and Zookeeper version bump You can merge this pull request into a Git repository by running: $ git pull https://github.com/mangas/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1512.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 #1512 ---- commit 968e2548c561392cc748e94749b46a2d2cdfe8fd Author: Filipe Azevedo <fil...@azevedo.io> Date: 2016-06-16T07:57:02Z KAFKA-3838 zkClient and Zookeeper version bump ---- > Bump zkclient and Zookeeper versions > ------------------------------------ > > Key: KAFKA-3838 > URL: https://issues.apache.org/jira/browse/KAFKA-3838 > Project: Kafka > Issue Type: Task > Components: core > Affects Versions: 0.10.0.1 > Reporter: FIlipe Azevedo > > Zookeeper 3.4.8 has some improvements, specifically it handles DNS > Re-resolution when a connection to zookeeper fails. This potentially allows > Round Robin DNS without the need to hardcode the IP Addresses in the config. > http://zookeeper.apache.org/doc/r3.4.8/releasenotes.html > ZkClient has a new 0.9 release which uses zookeeper 3.4.8 which is already > marked as stable. > Tests are passing. > Here is the PR: https://github.com/apache/kafka/pull/1504 -- This message was sent by Atlassian JIRA (v6.3.4#6332)