Repository: kafka Updated Branches: refs/heads/trunk 751fe9309 -> 4c6d7ed95
KAFKA-3838; Update zkClient to 0.9 and Zookeeper to 3.4.8 Author: Filipe Azevedo <[email protected]> Reviewers: Flavio Junqueira <[email protected]>, Ismael Juma <[email protected]> Closes #1512 from mangas/trunk Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/4c6d7ed9 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/4c6d7ed9 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/4c6d7ed9 Branch: refs/heads/trunk Commit: 4c6d7ed95a05e1f08e820305afbab983822e8b82 Parents: 751fe93 Author: Filipe Azevedo <[email protected]> Authored: Fri Jun 17 08:51:55 2016 +0200 Committer: Ismael Juma <[email protected]> Committed: Fri Jun 17 08:51:55 2016 +0200 ---------------------------------------------------------------------- docs/ops.html | 2 +- docs/security.html | 2 +- gradle/dependencies.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/4c6d7ed9/docs/ops.html ---------------------------------------------------------------------- diff --git a/docs/ops.html b/docs/ops.html index 7413129..31a5210 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -944,7 +944,7 @@ The final alerting we do is on the correctness of the data delivery. We audit th <h3><a id="zk" href="#zk">6.7 ZooKeeper</a></h3> <h4><a id="zkversion" href="#zkversion">Stable version</a></h4> -The current stable branch is 3.4 and the latest release of that branch is 3.4.6, which is the one ZkClient 0.7 uses. ZkClient is the client layer Kafka uses to interact with ZooKeeper. +The current stable branch is 3.4 and the latest release of that branch is 3.4.8, which is the one ZkClient 0.9 uses. ZkClient is the client layer Kafka uses to interact with ZooKeeper. <h4><a id="zkops" href="#zkops">Operationalizing ZooKeeper</a></h4> Operationally, we do the following for a healthy ZooKeeper installation: http://git-wip-us.apache.org/repos/asf/kafka/blob/4c6d7ed9/docs/security.html ---------------------------------------------------------------------- diff --git a/docs/security.html b/docs/security.html index 7a1b333..7c96ddf 100644 --- a/docs/security.html +++ b/docs/security.html @@ -714,6 +714,6 @@ Here is an example of how to run the migration tool: <h4><a id="zk_authz_ensemble" href="#zk_authz_ensemble">7.6.3 Migrating the ZooKeeper ensemble</a></h4> It is also necessary to enable authentication on the ZooKeeper ensemble. To do it, we need to perform a rolling restart of the server and set a few properties. Please refer to the ZooKeeper documentation for more detail: <ol> - <li><a href="http://zookeeper.apache.org/doc/r3.4.6/zookeeperProgrammers.html#sc_ZooKeeperAccessControl">Apache ZooKeeper documentation</a></li> + <li><a href="http://zookeeper.apache.org/doc/r3.4.8/zookeeperProgrammers.html#sc_ZooKeeperAccessControl">Apache ZooKeeper documentation</a></li> <li><a href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/Zookeeper+and+SASL">Apache ZooKeeper wiki</a></li> </ol> http://git-wip-us.apache.org/repos/asf/kafka/blob/4c6d7ed9/gradle/dependencies.gradle ---------------------------------------------------------------------- diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index c97af87..0af232f 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -43,8 +43,8 @@ versions += [ scoverage: "1.1.1", slf4j: "1.7.21", snappy: "1.1.2.6", - zkclient: "0.8", - zookeeper: "3.4.6", + zkclient: "0.9", + zookeeper: "3.4.8", ] // Add Scala version
