【Zookeeper】what is Zookeeper?

官网地址:https://zookeeper.apache.org/https://zookeeper.apache.org/

以下来自官网的介绍

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

ZooKeeper is a centralized service for maintaining configuration information , naming, providing distributed synchronization, and providing group services.

Zookeeper 是一个集中式服务,用于维护配置信息命名提供分布式同步 以及提供组服务
All of these kinds of services are used in some form or another by distributed applications.

所有这些类型的服务都以某种形式被分布式应用程序所使用
Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable.

每次实现这些服务时,都需要做大量的工作来修复不可避免的错误和竞态条件。
Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage.

由于实现这些服务的难度很大,应用程序通常会在这方面偷工减料,这使得它们在发生变更

时变得脆弱且难。
Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

即使正确实现了这些服务,当应用程序部署时,这些服务的不同实现也会导致管理上的复杂性。

相关推荐
Coder个人博客2 分钟前
Linux6.19-ARM64 crypto NH-Poly1305 NEON子模块深入分析
linux·网络·算法·车载系统·系统架构·系统安全·鸿蒙系统
weixin_462446235 分钟前
Python 实战:将 HTML 表格一键导出为 Excel(xlsx)
linux·python·excel·pandas
济6178 分钟前
linux 系统移植(第九期)----Linux 内核顶层 Makefile- make xxx_defconfig 过程-- Ubuntu20.04
linux·运维·服务器
宴之敖者、9 分钟前
Linux——yum和vim
linux·运维·服务器
人道领域11 分钟前
JavaWeb从入门到进阶(Maven依赖管理)
linux·python·maven
大柏怎么被偷了25 分钟前
【Linux】信号
linux·运维·服务器
小安啃代码31 分钟前
在ubuntu中使用wps无法使用宋体
linux·ubuntu·wps
Jia ming33 分钟前
大小端模式:字节顺序的奥秘
linux·运维·服务器
Zach_yuan38 分钟前
Linux 线程入门到理解:从 pthread 使用到线程库底层原理
linux·运维·服务器
weixin_4572971042 分钟前
Hadoop面试题
大数据·hadoop·分布式