TeslaCN commented on code in PR #2168: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2168#discussion_r1060247513
########## elasticjob-lite/elasticjob-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/internal/guarantee/GuaranteeService.java: ########## @@ -17,11 +17,16 @@ package org.apache.shardingsphere.elasticjob.lite.internal.guarantee; +import org.apache.curator.framework.CuratorFramework; +import org.apache.curator.framework.recipes.locks.InterProcessMutex; Review Comment: We have decoupled registry center since 3.0.2. Using curator here directly may not acceptable. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
