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

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

相关推荐
虾..6 小时前
Linux 软硬链接和动静态库
linux·运维·服务器
Evan芙6 小时前
Linux常见的日志服务管理的常见日志服务
linux·运维·服务器
Query*6 小时前
分布式消息队列kafka【五】—— kafka海量日志收集实战
分布式·kafka
hkhkhkhkh1238 小时前
Linux设备节点基础知识
linux·服务器·驱动开发
serendipity_hky8 小时前
【SpringCloud | 第5篇】Seata分布式事务
分布式·后端·spring·spring cloud·seata·openfeign
HZero.chen9 小时前
Linux字符串处理
linux·string
张童瑶9 小时前
Linux SSH隧道代理转发及多层转发
linux·运维·ssh
汪汪队立大功1239 小时前
什么是SELinux
linux
石小千9 小时前
Linux安装OpenProject
linux·运维
柏木乃一9 小时前
进程(2)进程概念与基本操作
linux·服务器·开发语言·性能优化·shell·进程