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/11/01 04:08:03 UTC

[GitHub] [incubator-shardingsphere] wgy8283335 commented on issue #3185: The configuration of RegistryCenter, ConfigCenter, LeafCenter should be split apart or not?

wgy8283335 commented on issue #3185: The configuration of RegistryCenter, ConfigCenter,LeafCenter should be split apart or not?
URL: https://github.com/apache/incubator-shardingsphere/issues/3185#issuecomment-548659200
 
 
   > spring:
   > shardingsphere:
   > orchestration:
   > name: ''
   > overwrite: ''
   > registry:
   > digest: ''
   > max-retries: ''
   > name: '#Orchestration instance name'
   > namespace: ''
   > operation-timeout-milliseconds: ''
   > props: ''
   > retry-interval-milliseconds: ''
   > server-lists: ''
   > time-to-live-seconds: ''
   > type: '#Example:zookeeper,nacos,apollo'
   > config:
   > digest: ''
   > max-retries: ''
   > name: '#Orchestration instance name'
   > namespace: ''
   > operation-timeout-milliseconds: ''
   > overwrite: ''
   > props: ''
   > retry-interval-milliseconds: ''
   > server-lists: ''
   > time-to-live-seconds: ''
   > type: '#Example:zookeeper,nacos,apollo'
   > leaf:
   > digest: ''
   > max-retries: ''
   > name: '#Orchestration instance name'
   > namespace: ''
   > operation-timeout-milliseconds: ''
   > props: ''
   > retry-interval-milliseconds: ''
   > server-lists: ''
   > time-to-live-seconds: ''
   > type: '#Example:zookeeper,nacos,apollo'
   > This plan!
   > At present,ConfigCenter and LeafCenter must be optional.we use RegistryCenter to do the job of ConfigCenter or LeafCenter When user don't config ConfigCenter or LeafCenter .
   > In this way, there will be a problem,the functions that can be realized by zookeeper RegistryCenter , but Nacos RegistryCenter can't realize such functions!
   
   which plan?

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