apache/dubbo

Dubbo3调用配置了提供者path属性的服务提供者出现找不到提供者的报错

Open

#11,184 创建于 2022年12月21日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Java (26,453 fork)batch import
help wantedtype/bug

仓库指标

Star
 (41,524 star)
PR 合并指标
 (平均合并 7天 14小时) (30 天内合并 20 个 PR)

描述

  • I have searched the issues of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 3.1.0 -> 2.7.5.x
  • Operating System version: linux,windows
  • Java version: 1.8

Steps to reproduce this issue

  1. 配置了path属性的服务提供者启动 dubbo老版本
  2. 消费者启动订阅服务失败 dubbo3.1.0这个版本

Pls. provide [GitHub address] to reproduce this issue.

Expected Behavior

感觉是dubbo3的服务消费者没有兼容path这个配置与dubbo低版本表现得行为不一样,导致序列化检查时候失败了

Actual Behavior

If there is an exception, please attach the exception trace:

贡献者指南