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/02/26 01:59:29 UTC

[GitHub] [incubator-shardingsphere] geomonlin removed a comment on issue #4435: update example orchestration to 5.x

geomonlin removed a comment on issue #4435: update example orchestration to 5.x
URL: https://github.com/apache/incubator-shardingsphere/issues/4435#issuecomment-590359595
 
 
   Hi, I want to know how to configure Nacos in spring-namespace. Here is my some configuration.
   ```
   <orchestraion:encrypt-data-source id="encryptDataSource" data-source-ref="realEncryptDataSource" instance-ref="regCenter,regCenter1" overwrite="false"/>
   
   <util:properties id="instance-props">
       <prop key="max-retries">3</prop>
       <prop key="operation-timeout-milliseconds">3000</prop>
   </util:properties>
   
   <orchestraion:instance id="regCenter" orchestration-type="config_center" instance-type="nacos" server-lists="localhost:8848" namespace=""
                          props-ref="instance-props"/>
   <orchestraion:instance id="regCenter1" orchestration-type="registry_center,distributed_lock_management" instance-type="zookeeper" server-lists="localhost:2181" namespace=""
                          props-ref="instance-props"/>
   ```
   but it's invalid SPI type `nacos`. Please have any discussion records about spring-namespace configuration?

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