shardingsphere-elasticjob icon indicating copy to clipboard operation
shardingsphere-elasticjob copied to clipboard

How to intergrate elasticjob3.x on zookeeper 3.4.5

Open hehan-wang opened this issue 2 years ago • 3 comments
trafficstars

elasticjob3.x using the curator 5.x that can not support zookeeper 3.4.5. How can I make then compatible

hehan-wang avatar Jan 17 '23 03:01 hehan-wang

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

TeslaCN avatar Jan 21 '23 11:01 TeslaCN

Thank you. I will try later

hehan-wang avatar Jan 29 '23 09:01 hehan-wang

You can refer to pr #2111

mytang0 avatar Jan 31 '23 15:01 mytang0