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/08 12:21:46 UTC

[GitHub] [shardingsphere] fyuan1030 opened a new issue #8536: I want to know if I can just use apollo as config center without regester

fyuan1030 opened a new issue #8536:
URL: https://github.com/apache/shardingsphere/issues/8536


   
   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   
           ```
   <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>
               <version>4.1.1</version>
           </dependency>
   ```
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   
   ### Expected behavior
   
   I just want to know can I just use apollo as config center without regester
   
   ### Actual behavior
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).


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



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

Posted by GitBox <gi...@apache.org>.
tristaZero closed issue #8536:
URL: https://github.com/apache/shardingsphere/issues/8536


   


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



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

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #8536:
URL: https://github.com/apache/shardingsphere/issues/8536#issuecomment-741501869


   Eureka as a registry has not been supported, you can use SPI to implement it yourself.


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



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

Posted by GitBox <gi...@apache.org>.
fyuan1030 commented on issue #8536:
URL: https://github.com/apache/shardingsphere/issues/8536#issuecomment-741505572


   > Eureka as a registry has not been supported, you can use SPI to implement it yourself.
   
   OK,I will try it;thank you


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



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

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



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

Posted by GitBox <gi...@apache.org>.
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