|
преди 2 години | |
---|---|---|
.. | ||
dolphinscheduler-registry-all | преди 2 години | |
dolphinscheduler-registry-api | преди 2 години | |
dolphinscheduler-registry-plugins | преди 2 години | |
README.md | преди 2 години | |
pom.xml | преди 2 години |
DS use registry to do the below three things:
So for DS, the registry need to notify the server when the server subscribe data have added/deleted/updated, support a way to create/release a global lock, delete the server's metadata when server down.
At present, we have implements three registry: Zookeeper(Default),Etcd,Mysql. If you want to use them, you should config it at resource/application.yaml. The configuration details can be viewed in the README of plugin under Module dolphinscheduler-registry-plugins
This module is used for exporting the implemention of registry. If you want to add new registry,you should add the dependency in the pom.xml
This module contains the relevant interfaces involved in the use of the registry. The following are several important interfaces
This module contains all registry implementations in DS