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/04/01 09:21:24 UTC

[GitHub] [dubbo] CrazyHZM commented on issue #8506: 多注册中心环境下服务未去重

CrazyHZM commented on issue #8506:
URL: https://github.com/apache/dubbo/issues/8506#issuecomment-1085668087


   The essence of this problem is the URL represented by the instance. How to judge whether it is equal?
   Separate two versions to discuss,
   2.7.x: The URL does have the problem discussed above, that is, different registries carry different parameters, which makes it more difficult to deduplicate the URL.
   3.x: In 3.x, we introduced a multi-instance design, whether it is possible to bind an instance when subscribing, that is, the interface name, group, and version are no longer the only conditions, and Framework, Application must also be added. , Module can determine uniqueness.


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