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/12/24 09:33:28 UTC

[GitHub] [servicecomb-java-chassis] SenixCoder opened a new issue #2678: 客户端接口ServerListFilterExt的参数ServiceCombServer中的MicroserviceInstanceStatus微服务状态是否准确实时?

SenixCoder opened a new issue #2678:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2678


   通过实现ServerListFilterExt#getFilteredListOfServers来做一个lb的功能,想确认下,入参中的List<ServiceCombServer> servers,实例的status是否准确实时?
   
   想知道客户端获得的服务端实例信息是怎么获取到的?缓存机制是什么?


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

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2678: 客户端接口ServerListFilterExt的参数ServiceCombServer中的MicroserviceInstanceStatus微服务状态是否准确实时?

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2678:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2678#issuecomment-1004562175


   简单的描述就是微服务通过pull(默认30s一次)或者push(注册中心有实例变更)方式获取实例更新。 详细内容可以看下 [service-center](https://github.com/apache/servicecomb-java-chassis/tree/master/service-registry/registry-service-center)的实现。 


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

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org