
zookeeper
彭世瑜
要成为程序员的男人,个人主页:www.pengshiyu.com
-
原创 Zookeeper单机模式和集群模式环境搭建
Zookeeper单机模式安装1、下载解压https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.5.5/$ wget https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.5.5/apache-zookeeper-3.5.5-bin.ta...2019-06-14 14:25:37532
0
-
原创 Python:kazoo模块与Zookeeper交互
github: https://github.com/python-zk/kazoo文档: https://kazoo.readthedocs.io/en/latest/安装$ pip install kazoo关于Zookeeper安装配置可参考:Zookeeper单机模式和集群模式环境搭建启动Zookeeper服务$ zkServer.sh start zoo.cfg1、C...2019-06-14 14:57:282126
0