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 2022/07/13 09:48:13 UTC

[GitHub] [servicecomb-java-chassis] BigBir opened a new issue, #3192: EdgeInvocation. edgeInvoke()获取实例时是否需要过滤出上线状态的微服务实例?

BigBir opened a new issue, #3192:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3192

   EdgeInvocation. edgeInvoke()中会找到最新版本的微服务实例信息,然后根据最新版本的微服务实例信息转发请求,在查找最新版本的微服务实例信息时,需要过滤出状态为上线的微服务实例,这样是否更合理?


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

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


[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3192: EdgeInvocation. edgeInvoke()获取实例时是否需要过滤出上线状态的微服务实例?

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

   记得是有过滤的,只会选择状态为 `UP` 的实例, 你现在发现没有过滤?


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