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/12/09 02:51:22 UTC

[GitHub] [shardingsphere] menghaoranss commented on issue #8536: I want to know if I can just use apollo as config center without regester

menghaoranss commented on issue #8536:
URL: https://github.com/apache/shardingsphere/issues/8536#issuecomment-741491740


   You can use ZK or etcd as registry center,and use apollo as config center:
   
   ```
   orchestration:
     demo_apollo_yaml_ds_sharding:
       orchestrationType: config_center
       instanceType: apollo
       serverLists: localhost:8080
       namespace: namespace
       props:
         overwrite: true
   
     demo_zookeeper_yaml_ds_sharding:
       orchestrationType: registry_center
       instanceType: zookeeper
       serverLists: localhost:2181
       namespace: namespace
       props:
         overwrite: true
   ```
   


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