wangshuaipei commented on issue #5885: URL: https://github.com/apache/dubbo/issues/5885#issuecomment-1235019063
如果服务的提供者提高了dubbo的版本,但是消费者,没有提高dubbo的版本,会存在如下图片中的情况  导致调用不到服务,因为服务消费者的版本是旧的,没法用到新版本中写的那些兼容方法。当然可以选择先升级服务的消费者,再去升级服务的提供者,但是如果一个服务既是服务的消费者,也是服务的提供者,并且这种情况存在于很多个服务中。这时候有什么较为妥善的兼容方案吗?目前我想采取服务同步的办法,将新的dubbo版本提供的服务,再重新同步到当前的注册中心中,将路径名称替换为旧的,以完成兼容。请问有其他的兼容方案吗? -- 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]
