【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.

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

相关推荐
__Witheart__3 分钟前
Linux SDK 中 build.sh 打包 updateimg 流程分析
linux·ubuntu·rockchip
姚愚谦10 分钟前
Linux源码-通用双向链表的实现
linux
麦麦麦当劳大王14 分钟前
OpenClaw安装部署(Windows/Linux/MacOS)
linux·windows·macos
烁34716 分钟前
shell脚本简单语法
linux·娱乐
JAVA面经实录91731 分钟前
ZooKeeper 完整知识体系
java·zookeeper·架构
似水এ᭄往昔44 分钟前
【Linux系统编程】--命令行参数和环境变量
linux·运维·服务器
vortex51 小时前
Linux 组管理命令工具链
linux·运维·服务器
艾莉丝努力练剑1 小时前
【Linux网络】数据链路层协议(二):ARP协议
linux·运维·服务器·网络·计算机网络·udp
徐子元竟然被占了!!1 小时前
Linux磁盘扩容
linux·运维·服务器
都在酒里1 小时前
【极致低延时】香橙派部署 MediaMTX 实现 WebRTC 推流,延时仅 500-800ms,比局域网 ffmpeg 拉流快近 10 倍!(附踩坑全记录)
linux·arm开发·ffmpeg·webrtc·orangepi·嵌入式软件