简体   繁体   English

如果其他人可以举出实时示例,那么zookeeper是否仅用于kafka?

[英]Is zookeeper used only for kafka if others then can some one give realtime example?

While I am creating cluster setup for kafka I came to know zookeeper quorum set up is needed for coordination between kafka brokers.当我为kafka创建集群设置时,我开始知道需要 Zookeeper 仲裁设置来协调kafka代理之间的协调。

Are there any other scenarios where we use zookeeper other than only for kafka setup in real time?除了仅用于实时kafka设置之外,还有其他使用 zookeeper 的场景吗?

This link lists many applications and organisations using ZooKeeper https://zookeeper.apache.org/doc/r3.6.2/zookeeperUseCases.html此链接列出了许多使用 ZooKeeper 的应用程序和组织https://zookeeper.apache.org/doc/r3.6.2/zookeeperUseCases.html

ZooKeeper is used with many Apache projects and is a distributed coordination service used to manage a large set of hosts. ZooKeeper 与许多 Apache 项目一起使用,是一种用于管理大量主机的分布式协调服务。 In simple terms, Zookeeper allows workers to get on with their jobs and handles all the other complexities ie if a leader goes down, alerting the workers, electing a new leader etc.简单来说,Zookeeper 允许工作人员继续他们的工作并处理所有其他复杂情况,即如果领导者宕机,提醒工作人员,选举新领导者等。

Think of a project manager / scrum master at work handling the management of tasks whilst you complete the tasks :D想想项目经理/Scrum Master 在你完成任务的同时处理任务管理:D

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM