fyuan1030 commented on issue #8536: URL: https://github.com/apache/shardingsphere/issues/8536#issuecomment-741492543
> 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 > ``` yeah,I know,but I just want to use Apollo as config center,and i don't want to use ZK;can I?Because we are using eureka as register center now; ---------------------------------------------------------------- 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: [email protected]
