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/09/05 08:24:23 UTC

[GitHub] [shardingsphere] wencyGit opened a new issue #7264: spring boot nacos orchestration problem

wencyGit opened a new issue #7264:
URL: https://github.com/apache/shardingsphere/issues/7264


   Spring boot choreography governance combined with Nacos to introduce which packages to see the document integration, was so integrated that I was about to vomit. Google search information basically failed to solve my problem


----------------------------------------------------------------
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] kimmking commented on issue #7264: spring boot nacos orchestration problem

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


   see this: https://shardingsphere.apache.org/document/legacy/4.x/document/cn/manual/sharding-jdbc/configuration/config-spring-boot/


----------------------------------------------------------------
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 commented on issue #7264: spring boot nacos orchestration problem

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


   So did you get your answer? If so, please close this one. Thanks.


----------------------------------------------------------------
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] wencyGit commented on issue #7264: spring boot nacos orchestration problem

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


   @kimmking 
   - Finally, we have finished the service management. With all due respect, the 4. X document is really a pit. Where to step on
   
   ![image](https://user-images.githubusercontent.com/21151964/92374124-e7086500-f131-11ea-8095-faccc3454b46.png)
   
   ```
   orchestration:
     name: orchestration-sharding-data-source
     overwrite: false
     registry:
       type: zookeeper
       serverLists: localhost:2181
       namespace: sharding-sphere-orchestration
   ```
   - The above configuration is the upper ghost. Nacos should write the following configuration
   
   ```
       orchestration:
         sharding:
           orchestrationType: config_center, registry_center
           instanceType: nacos
           serverLists: localhost:8848
           namespace: sharding
           props:
             overwrite: false
   ```


----------------------------------------------------------------
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] wencyGit closed issue #7264: spring boot nacos orchestration problem

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


   


----------------------------------------------------------------
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] wencyGit commented on issue #7264: spring boot nacos orchestration problem

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


   - I think I should have read all the documents of sharding JDBC. It is necessary to import all jar packages. However, the following errors always occur. I don't know what jar packages I should need
   
   ![image](https://user-images.githubusercontent.com/21151964/92343109-6c215900-f0f5-11ea-8ad9-0a1f685b10f9.png)
   ![image](https://user-images.githubusercontent.com/21151964/92343134-7ba0a200-f0f5-11ea-95f4-7fc0b98f7700.png)
   ![image](https://user-images.githubusercontent.com/21151964/92343162-9115cc00-f0f5-11ea-9219-319b4ed62650.png)
   


----------------------------------------------------------------
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] wencyGit commented on issue #7264: spring boot nacos orchestration problem

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


   - Finally, I found the final configuration in the code you submitted. I really have nothing to say
   - https://github.com/apache/shardingsphere/pull/6154/files


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