apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.49k stars 26.43k forks source link

多注册中心配置时注册地址错误问题 #10734

Open im-lee opened 2 years ago

im-lee commented 2 years ago

以上配置中dev1/dev4/dev6的consumer可能会注册到dev2/dev3/dev5的address中

ningboliu commented 2 years ago

consumer的配置呢?你可以直接知道consumer的id,就注册到那个指定的id就行了

im-lee commented 2 years ago

当然,添加了配置,id也是正确的,但是错误将id为dev1的注册到了其他注册中心。

AlbumenJ commented 2 years ago

@GitHubLRui "x.x.x.x:2181" 和 “127.0.0.1:2181” 是一样的吗,如果一样的话相对于 dev1 的地址在 dev2 中也存在,那 consumer 读到就是正常的

panqiang199 commented 1 year ago

@GitHubLRui consumer怎么配置的