[
https://issues.apache.org/jira/browse/KAFKA-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15329703#comment-15329703
]
ASF GitHub Bot commented on KAFKA-3838:
---------------------------------------
GitHub user mangas opened a pull request:
https://github.com/apache/kafka/pull/1504
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 0.10.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1504.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 #1504
----
commit 22c4e73d89c2ffaa768b6a27d437bc2833c63f68
Author: Filipe Azevedo <[email protected]>
Date: 2016-06-14T15:50:44Z
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)