dubbo.registries.shanghai.address=zookeeper://10.157.151.40:2181
dubbo.registries.beijing.address=zookeeper://10.157.151.198:2181
@Reference(version = "1.0.0", registry = "zk1-shanghai")
private BroadCastDemoService intlHelloService;
@EnableDubbo(multipleConfig = true)
The above configuration does not work. dubbo consumer does not check registry
by id, and filter other registry.
However, the dubbo provider is fine with configuration above.
please help!
[ Full content available at:
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/472 ]
This message was relayed via gitbox.apache.org for
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]