Hi community: In order to facilitate the deployment of DolphinScheduler, reduce external system dependencies, and the complexity of maintenance. I proposal to implement a new registry using raft consensus algorithm[1],Replacing the registry of zookeeper. I will use SOFA-JRAFT[2] lib implement the registry. Registry store master and worker info, cluster data synchronization, leader master election and distributed lock manage.
I already add a GitHub Issue for my proposal, which you could see in https://github.com/apache/dolphinscheduler/issues/10874 Looking forward any feedback for this thread. 1. https://raft.github.io/ <https://raft.github.io/> 2. https://www.sofastack.tech/en/projects/sofa-jraft/overview/
