Skip to content

Commit 1d3218b

Browse files
committed
Support persistent watches
Implements the new persistent watch types introduced in 3.6, along with some utilities that are critical when implementing local caches.
1 parent 9cb9752 commit 1d3218b

File tree

13 files changed

+1025
-140
lines changed

13 files changed

+1025
-140
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# make file to hold the logic of build and test setup
2-
ZK_VERSION ?= 3.5.6
2+
ZK_VERSION ?= 3.6.3
33

44
# Apache changed the name of the archive in version 3.5.x and seperated out
55
# src and binary packages

0 commit comments

Comments
 (0)