lx20091901 opened a new issue, #10163:
URL: https://github.com/apache/dubbo/issues/10163

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.0.8
   * Operating System version: macOS
   * Java version: 8
   
   ### Steps to reproduce this issue
   
   1. 服务提供者中有同一接口不同Group的两个实现
   2.服务提供者仅开启应用级注册并启动
   3.消费者中引用中设置@DubboReference(group = "*") 
   4.启动消费者
   
   ### Expected Behavior
   
   消费者能引用到服务提供者
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   启动报错,找不到服务提供者
   
   
![image](https://user-images.githubusercontent.com/6487236/173790033-645cae28-922d-4318-90de-249a5d8e6d34.png)
   
   
在org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener.getAddresses方法中,没有特殊处理通配符*
   
   
![image](https://user-images.githubusercontent.com/6487236/173790621-a521fedd-43cd-4701-b8d8-40e2722049f7.png)
   
   


-- 
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]

Reply via email to