painAdmin commented on issue #16074: URL: https://github.com/apache/dubbo/issues/16074#issuecomment-3883291794
> Current dubbo3 take application name as global unique key, `metadata-type` should be set to `remote` when application register-mode is set to `instance` and the clients could not access all groups of the providers that have the same application name due to network limitations. 当前本地和远程的应用名是不同的两个应用名时,@DubboReference(providedBy = "provider-local") 本地即使设置了引用的是本地的引用名,但还是报上面的错,错误里提示的url是远程的服务的应用名和组名 When the local and remote application names are different, even if `@DubboReference(providedBy = "provider-local")` specifies the local application name, the above error still occurs. The error message indicates that the URL refers to the application name and group name of the remote service. -- 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]
