TeslaCN opened a new issue #1814: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1814
## Discuss The current registry center API and implementation are in one package. To support different implementations of registry center (such as etcd), it's better to separate API and implementations into the following structure. ``` └── elasticjob-registry-center ├── elasticjob-registry-center-api └── elasticjob-registry-center-provider ├── elasticjob-registry-center-etcd └── elasticjob-registry-center-zookeeper-curator └── elasticjob-registry-center-zookeeper-curator2 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org