apache / dubbo-go

Go Implementation For Apache Dubbo .
https://dubbo.apache.org/
Apache License 2.0
4.67k stars 910 forks source link

Fix nacos service discovery issue #2694

Closed chickenlj closed 2 weeks ago

chickenlj commented 2 weeks ago
  1. fix wrong service name DEFAULT_GROUP@@app_name issue, happens when client starts before provider registers mapping
  2. fix service discovery issue when an interface is exported by different apps.