You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/17 03:32:33 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #10755: AddressListener 在不同的迁移步骤和不同的注册中心的回调数据不一致

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org