所有内容翻译自官网
Because Coordinating Distributed Systems is a Zoo
简介
ZooKeeper 提供了一种分布式应用程序的高性能协同服务。它封装了一些基础公共服务,例如:命名,配置管理,同步和组服务,并提供简单易用的开发接口。我们可以利用 ZooK...
所属技术领域:
云原生
|名词定义|
etcd is a distributed, consistent key-value store for shared configuration and service discovery, with a focus on being:
Secure: a...