wangchengming666 opened a new issue, #10298: URL: https://github.com/apache/dubbo/issues/10298
 我觉得应该在两个角度去考虑 1. 在Dubbo2中我们应该根据`接口+服务分组+版本号`来去重 2. 但是在Dubbo3中我们支持了多实例,`接口+服务分组+版本号`不再是唯一条件,在Dubbo3中Framework、Application也应该是去重条件 但是现在URL#equals方法中,只有URLAddress(既`ip+port`)和URLParam -- 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]
