diwenzheng commented on issue #2563: URL: https://github.com/apache/servicecomb-java-chassis/issues/2563#issuecomment-916687363
> java-chassis提供的第三方调用不是把第三方信息注册到注册中心。 而是在本地构造一个虚拟的微服务,包括其服务信息和实例信息。 这样就可以像请求其他注册到注册中心的java-chassis服务一样访问了。 一般情况下第三方只会提供一个虚拟ip又或者负载均衡的vip,那么他如何针对这块做服务治理,还有比如我的实例如20个,每一个都需要在本地构建一个虚拟微服务,那么当20个实例中的其中一个发现Ip不通,这时候会熔断吗又或者访问过多会限流吗?当其中一个实例发现问题,所有实例共享这个信息,还是自己管自己呢? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
