rust-zookeeper
rust-zookeeper copied to clipboard
how to listen node children change(add or remove)?
like title
Are you looking for get_children_w?
Are you looking for
get_children_w?
It can only watch once, can it watch node changes in a loop, such as zk.get_children_rw(rw is mean repeat watch)?