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 2019/10/08 11:16:31 UTC

[GitHub] [incubator-shardingsphere] wgy8283335 opened a new issue #3185: The configuration of RegistryCenter and ConfigCenter should be split apart or not?

wgy8283335 opened a new issue #3185: The configuration of RegistryCenter and ConfigCenter should be split apart or not?
URL: https://github.com/apache/incubator-shardingsphere/issues/3185
 
 
   ## The configuration of RegistryCenter and ConfigCenter should be split apart or not?
   As we plan to split the Resgitry Center Interface into RegistryCenter and ConfigCenter. So,configuration of RegistryCenter and ConfigCenter should be split apart or not? For example:
   ```
   orchestration:
     name: test
     overwrite: true
     registry:
       type: TestRegistryCenter
       namespace: test_encrypt
       serverLists: localhost:3181
     config:
       type: TestRegistryCenter
       namespace: test_encrypt
       serverLists: localhost:3181
   ```

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


With regards,
Apache Git Services