AlbumenJ commented on issue #10755: URL: https://github.com/apache/dubbo/issues/10755#issuecomment-1280232736
> 2.FORCE_INTERFACE时addresses是接口地址,而FORCE_APPLICATION时addresses是服务实例地址。 这个时候的对象变成了 InstanceAddressURL,可以使用 `toFullString` 去看实际地址,因为 InstanceAddressURL 是复用的,具体的 interface 参数需要通过上下文获取。(Dubbo 已经包掉了,使用如 getParameter 都是可以的) -- 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]
