Now I want to get the watch count of the specified znode in ZooKeeper. I have read the official tutorial and known the mntr
command. But it's for the whole QuorumServer.
So does ZooKeeper provide the API to get the number of watches of the specified znode? I'm also using kazoo
and how can we get this data?