
zookeeper
彭世瑜
记录我的工作学习笔记
展开
-
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:37 · 1224 阅读 · 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:28 · 3749 阅读 · 0 评论