Skip to content

feat(core): add support for watch event zxids - #765

Open
jeblair wants to merge 2 commits into
python-zk:masterfrom
jeblair:watch-zxid
Open

feat(core): add support for watch event zxids#765
jeblair wants to merge 2 commits into
python-zk:masterfrom
jeblair:watch-zxid

Conversation

@jeblair

Copy link
Copy Markdown
Contributor

ZooKeeper 3.9.0 began including the zxid responsible for a watch
event in the response header. This adds support for that by
plumbing the information through to the WatchedEvent. The
documentation and field name is based on the text in the
ZooKeeper java client.

ZooKeeper 3.6.0 added support for persistent, and persistent
recursive watches. This adds the corresponding support to the
Kazoo client class.
ZooKeeper 3.9.0 began including the zxid responsible for a watch
event in the response header. This adds support for that by
plumbing the information through to the WatchedEvent. The
documentation and field name is based on the text in the
ZooKeeper java client.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jeblair