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/24 06:09:24 UTC

[GitHub] [incubator-shardingsphere] geomonlin opened a new issue #4435: update example orchestration to 5.x

geomonlin opened a new issue #4435: update example orchestration to 5.x
URL: https://github.com/apache/incubator-shardingsphere/issues/4435
 
 
   

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

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

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

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4435: update example orchestration to 5.x

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4435: update example orchestration to 5.x
URL: https://github.com/apache/incubator-shardingsphere/issues/4435#issuecomment-590199191
 
 
   If you need any help, we can discuss about this topic here.

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

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

Posted by GitBox <gi...@apache.org>.
geomonlin commented on issue #4435: update example orchestration to 5.x
URL: https://github.com/apache/incubator-shardingsphere/issues/4435#issuecomment-590352591
 
 
   > If you need any help, we can discuss about this topic here.
   
   that's great.

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

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

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

[GitHub] [incubator-shardingsphere] dongzl closed issue #4435: update example orchestration to 5.x

Posted by GitBox <gi...@apache.org>.
dongzl closed issue #4435: update example orchestration to 5.x
URL: https://github.com/apache/incubator-shardingsphere/issues/4435
 
 
   

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