You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-zk
I would like to use a single watcher for each node. One child and one data watcher. The watch function does not appear to get the path to the node, so this approach seems unworkable. It would be very helpful if the path were available. Can I get this somehow in the watch function?
Thanks.
David Wood
unread,
Sep 9, 2020, 11:17:30 AM9/9/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-zk
Actually, the ChildrenWatch function is given the path, but the DataWatch function does not seem to get the path. Any way to get the path in the DataWatch function.