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 01:41:10 UTC

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

dongzl edited a comment 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-548633206
 
 
   ```
   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:  
              name: '' 
              overwrite: ''
              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:       
              name: ''     
              overwrite: ''
              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'
   ```
   How about this? feel a little simple.

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