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

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

相关推荐
嵌入式-老费16 分钟前
vivado hls的应用(第一个axi接口的ip)
linux·服务器·tcp/ip
旺仔.29131 分钟前
Linux系统基础详解(二)
linux·开发语言·网络
x***r15132 分钟前
Notepad++ 8.6 安装教程:详细步骤+自定义安装路径(附注意事项)
linux·前端·javascript
big_rabbit050236 分钟前
JVM堆内存查看命令
java·linux·算法
王小义笔记1 小时前
WSL(Linux)如何安装conda
linux·运维·conda
偷懒下载原神1 小时前
【linux操作系统】信号
linux·运维·服务器·开发语言·c++·git·后端
少许极端1 小时前
消息队列-RabbitMQ(1)
分布式·消息队列·rabbitmq
源远流长jerry1 小时前
RDMA 传输服务详解:可靠性与连接模式的深度剖析
linux·运维·网络·tcp/ip·架构
AMoon丶2 小时前
Golang--垃圾回收
java·linux·开发语言·jvm·后端·算法·golang
Densen20142 小时前
发布blazor应用到Linux, 使用nginx作为WebSocket代理
linux·websocket·nginx