shardingsphere-elasticjob
shardingsphere-elasticjob copied to clipboard
How to intergrate elasticjob3.x on zookeeper 3.4.5
trafficstars
elasticjob3.x using the curator 5.x that can not support zookeeper 3.4.5. How can I make then compatible
You may create your own register center by implement CoordinatorRegistryCenter.
https://github.com/apache/shardingsphere-elasticjob/blob/8b54bba845c6c6e4a4e30a19c0cd222f704a2c3b/elasticjob-infra/elasticjob-registry-center/elasticjob-registry-center-api/src/main/java/org/apache/shardingsphere/elasticjob/reg/base/CoordinatorRegistryCenter.java#L30
Thank you. I will try later
You can refer to pr #2111