Dubbo2 Upgrade Dubbo3 Step Record

vaj7vani  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(73)

During the process of upgrading Dubbo2 to Dubbo3, there may be some common issues that you may encounter. You can share and learn from each other the stepping records during the upgrade process.

dubbo2升级dubbo3过程中可能会遇到一些比较常见的问题 大家升级中的踩坑记录可以分享下,相互借鉴。

jyztefdp

jyztefdp1#

dubbo2.5.x升级dubbo3.1.0

  • 外置配置文件中dubbo.properties中配置的全局配置高版本不支持dubbo.reference和dubbo.service需要替换为dubbo.consumer和dubbo.provider
  • 高版本中不会判断register="false"这个配置
  • 应用存在禁用接口的配置数据升级dubbo3要手动启用服务来删除这些配置。
  • 如果系统中使用dubbo协议并且服务配置了path属性 升级dubbo3之后带path的服务会出现不兼容的情况 需要移除带path配置的服务的相关path配置( dubbo3中安全检验机制升级)

相关问题