一、Zookeeper总功能介绍

一、Zookeeper能介绍

1、分布式开源框架

2、解决分布式协调工具

二、应该场景

1、在dubbo下会使用到

rpc远程调用框架 + zookeeper注册中心(命名服务)

2、发布订阅

(wathcher) 对zookeeper发生变化,都会有事件通知。

3、负载均衡

分布式通知 (watcher)

4、master选举

主 备 投票机制 用ping 机制心跳检测

5、Zookeeper分布式锁、redis分布式锁 、SpringCloud 分布式锁。

6、使用Zookeeper分布式配制中心

7、Zookeeper分布式

你可能感兴趣的:(一、Zookeeper总功能介绍)