### Environment

* Dubbo version: 2.6.2
* Operating System version: Mac OS
* Java version: java8

### Steps to reproduce this issue

1. start a provider A which registry to zookeeper
2. start an other provider B which provide the same service(interface) and  
registry to Redis
3. start a consumer which subscribe service from both zookeeper and Redis
4. consumer can only consume the provider A which registered to zookeeper.
5. shut down the provider A, and then consumer can consume provider B.

### Expected Result

in step 4, consumer can consume both provider A and provider B.

so, can Dubbo support aggregation when subscribe service from more than one 
Registry Server ?

In addition, how to assign the subscribe priority of two Registry Servers?


[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3084 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to