You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/01/19 08:12:38 UTC

[GitHub] [shardingsphere-elasticjob] TeslaCN opened a new issue #1814: Separate API and implementations from elasticjob-registry-center

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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu commented on issue #1814: Separate API and implementations from elasticjob-registry-center

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #1814:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1814#issuecomment-762727220


   Good idea. It is similar with ShardingSphere's governance module.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] cn-src commented on issue #1814: Separate API and implementations from elasticjob-registry-center

Posted by GitBox <gi...@apache.org>.
cn-src commented on issue #1814:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1814#issuecomment-774590374


   I agree. I want to use relational database or redis. Because my business scenario is simple and I don't want to install ZooKeeper anymore.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] terrymanu closed issue #1814: Separate API and implementations from elasticjob-registry-center

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #1814:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1814


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org