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 2020/07/22 07:24:41 UTC

[GitHub] [shardingsphere] terrymanu opened a new issue #6394: Adjust module structure of orchestration

terrymanu opened a new issue #6394:
URL: https://github.com/apache/shardingsphere/issues/6394


   Adjust module structure of orchestration to:
   
   ```
   shardingsphere-orchestration
   --shardingsphere-orchestration-repository (original: shardingsphere-orchestration-center)
   ----shardingsphere-orchestration-repository-api (original: shardingsphere-orchestration-center-api)
   ----shardingsphere-orchestration-repository-common (original: shardingsphere-orchestration-center-configuration)
   ----shardingsphere-orchestration-repository-provider
   ------shardingsphere-orchestration-repository-apollo
   ------shardingsphere-orchestration-repository-etcd
   ------shardingsphere-orchestration-repository-nacos
   ------shardingsphere-orchestration-repository-zookeeper-curator
   --shardingsphere-orchestration-core
   ----shardingsphere-orchestration-core-common (merge and remove shardingsphere-orchestration-core-configuration)
   ----shardingsphere-orchestration-core-facade
   ----shardingsphere-orchestration-core-config
   ----shardingsphere-orchestration-core-registry
   ----shardingsphere-orchestration-core-metadata
   ----shardingsphere-orchestration-core-schema
   ```


----------------------------------------------------------------
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] kimmking commented on issue #6394: Adjust module structure of orchestration

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #6394:
URL: https://github.com/apache/shardingsphere/issues/6394#issuecomment-662369213


   
   
   ```
   ## tree -L 3 -d
    shardingsphere-orchestration-core
   │   ├── shardingsphere-orchestration-core-common
   │   ├── shardingsphere-orchestration-core-config
   │   ├── shardingsphere-orchestration-core-facade
   │   ├── shardingsphere-orchestration-core-metadata
   │   ├── shardingsphere-orchestration-core-registry
   │   ├── shardingsphere-orchestration-core-schema
   ├── shardingsphere-orchestration-repository
   │   ├── shardingsphere-orchestration-repository-api
   │   ├── shardingsphere-orchestration-repository-common
   │   ├── shardingsphere-orchestration-repository-provider
   │   │   ├── shardingsphere-orchestration-repository-apollo
   │   │   ├── shardingsphere-orchestration-repository-etcd
   │   │   ├── shardingsphere-orchestration-repository-nacos
   │   │   ├── shardingsphere-orchestration-repository-zookeeper-curator
   ```


----------------------------------------------------------------
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] terrymanu closed issue #6394: Adjust module structure of orchestration

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


   


----------------------------------------------------------------
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