You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/03/12 08:15:16 UTC

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #2295: [SCB-2217][temp-solution] make zero-config workable

wujimin opened a new pull request #2295:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2295


   1. configuration sample
   ```yaml
   servicecomb:  
     service:  
       zero-config:  
         enabled: true  
         address: 0.0.0.0:6666  
         group: 225.6.7.8  
   ```
   
   2. All instances can be discovered regardless of the order in which they are started
   
   3. reject instance register, when schema changed, but version not changed, and has existing instances
   
   4. allow register instance, when schema changed, and version not changed, but has not existing instances
   and consumers will clear related microservice, build them when next related invocation start
   
   5. fix some revision of pull instances, (not fix all)


----------------------------------------------------------------
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] [servicecomb-java-chassis] liubao68 merged pull request #2295: [SCB-2217][temp-solution] make zero-config workable

Posted by GitBox <gi...@apache.org>.
liubao68 merged pull request #2295:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2295


   


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