1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #918 from long9418/patch-1

Update zookeeper-plus.md
This commit is contained in:
SnailClimb 2020-09-08 15:27:55 +08:00 committed by GitHub
commit 8f89e16568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@
![](http://img.francisqiang.top/img/垃圾例子.jpg)
而上述前者就是 `Eureka` 的处理方式它保证了AP可用性后者就是我们今天所要`ZooKeeper` 的处理方式它保证了CP数据一致性
而上述前者就是 `Eureka` 的处理方式它保证了AP可用性后者就是我们今天所要`ZooKeeper` 的处理方式它保证了CP数据一致性
## 4. 一致性协议和算法