apache/dubbo

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

Open

#11,184 opened on Dec 21, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (26,453 forks)batch import
help wantedtype/bug

Repository metrics

Stars
 (41,524 stars)
PR merge metrics
 (Avg merge 7d 14h) (20 merged PRs in 30d)

Description

  • 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:

Contributor guide