爪哇 ZooKeeper 2021-08-15 客户端注册Watcher实现 调用getData()/getChildren()/exist()三个API,传入Watcher对象 标记请求request,封装Watcher到WatchRegistration 封装成Packet对象,发服务端发送request 收到服务端响应后,将Watcher注册到ZKWatcherManager中进行管理 请求返回,完成注册。