owen200008 commented on PR #10057: URL: https://github.com/apache/dubbo/pull/10057#issuecomment-1133525347
另外说明下原因 interface模式下triple协议支持的意义实际没那么大 1. 本身3.0才支持,升级3.0基本应该使用APPLICATION模式(不存在这个问题了) 2. 更多是为了并存给2.7.x和2.6.x的兼容问题,这部分使用dubbo,因此考虑interface下使用dubbo即可 3. 改造注册中心成本是较大的,可以尝试 最终结合代码综合考虑下选择了seq,排个序 -- 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]
