You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/29 13:07:06 UTC

[GitHub] [pulsar] josephlim75 edited a comment on issue #572: Don't depend on ZooKeeper for coordination

josephlim75 edited a comment on issue #572:
URL: https://github.com/apache/pulsar/issues/572#issuecomment-829216496


   I hope Pulsar and BookKeeper will ditch Zookeeper and come out with their internal built-in cluster coordination like Raft, what new Kafka 2.8 has developed `KIP-500` and also how Docker Swarm cluster coordinate with each other without using any external system like Etcd, Consul, or Zookeeper.  Even it has to be 3 separate nodes to manage, but at least is the same technology and not entirely a different tool.  Example
   
   3 Pulsar broker manager, 2 pulsar broker worker = 5 nodes, but still same pulsar installation, but we can also make manager as a worker as well if possible, similar to Docker Swarm, the manager can act as a worker as well if needed to.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org