zookeeper支持三种部署方式: 1 单机 2 集群 3 伪集群
删除节点
zkClient.delete(path);
zookeeperAPI的常用方法
原文:https://www.cnblogs.com/domi22/p/9780733.html