For example:
dubbo xml,
<dubbo:registry id="chinaRegistry" address="zookeeper://10.157.151.40:2181" />
<dubbo:registry id="intlRegistry" address="zookeeper://10.157.151.198:2181"
/>
<dubbo:reference id="chinaHelloService"
interface="com.mastercard.api.service.BroadCastDemoService" version="1.0.0"
cluster="broadcast" registry="chinaRegistry" />
<dubbo:reference id="intlHelloService"
interface="com.mastercard.api.service.BroadCastDemoService" version="1.0.0"
cluster="broadcast" registry="intlRegistry" />
>From the above configuration, intlHelloService service only can consume
>intlRegistry register center.
How springboot do like these mentioned above?
thanks !
[ 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]