amyson opened a new issue, #10449: URL: https://github.com/apache/dubbo/issues/10449
多活场景下,dubbo 调用本地服务时,若本地的实例全部不可用,就需要通过 api 网关把请求转发到其它机房。 dubbo api网关要做以下几件事: 1、本地网关接收 dubbo 协议的调用请求,分析出调用的微服务名称(或接口名称)及参数等信息,之后 api网关按照请求信息找到位于其它机房的 api 网关,转发消息(应该需要转成HTTP 协议,还没深入考虑) 2、dubbo api 网关接收到其它api网关的请求,识别出请求的微服务名称,发送到该微服务的本地实例 …… -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
