Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/system-design/framework/zookeeper/zookeeper-plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

![](http://img.francisqiang.top/img/垃圾例子.jpg)

而上述前者就是 `Eureka` 的处理方式,它保证了AP(可用性),后者就是我们今天所要将的 `ZooKeeper` 的处理方式,它保证了CP(数据一致性)。
而上述前者就是 `Eureka` 的处理方式,它保证了AP(可用性),后者就是我们今天所要讲的 `ZooKeeper` 的处理方式,它保证了CP(数据一致性)。

## 4. 一致性协议和算法

Expand Down Expand Up @@ -405,4 +405,4 @@

* `zookeeper` 的典型应用场景,比如选主,注册中心等等。

如果忘了可以回去看看再次理解一下,如果有疑问和建议欢迎提出🤝🤝🤝。
如果忘了可以回去看看再次理解一下,如果有疑问和建议欢迎提出🤝🤝🤝。