apache/dubbo

InjvmInvoker throw Exception that message is "No Provider ..." with consumer refer DubboService use "*"

开放

#13,715 创建于 2024年1月31日

 (5 条评论) (0 个反应) (0 位负责人)Java (26,453 个派生)batch import
component/sdkhelp wantedtype/enhancement

仓库指标

星标
 (41,524 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

Environment

  • Dubbo version: 3.1.6
  • Operating System version: mac 12.6
  • Java version: 1.8

Steps to reproduce this issue

  1. two providers export injvm DubboService : com.test.TestService:1.0.0 and com.test.TestService
  2. consumer refer injvm DubboService: com.test.TestService:*
  3. consumer call DubboService com.test.TestService.test()

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

Expected Behavior

consumer call provider success.

Actual Behavior

throw Exception and the message is "No Provider".

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

Just put your stack trace here!

贡献者指南