-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can Dubbo support aggregation when subscribe service from more than one Registry Server ? for example, ZK and Redis. #3084
Comments
I personally think that the use of this method is very limited. |
A project has many applications, and they communication each other via dubbo RPC. |
I think u can impl a new Registry which will subscribe and registry to multi registration center. |
@chickenlj @mercyblitz @ralf0131 Any suggestions for this issue ? |
Google translation: Dubbo supports multiple registrations, more consumption This has nothing to do with the registry implementation. There are 2 ways to support your needs: |
Environment
Steps to reproduce this issue
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?
The text was updated successfully, but these errors were encountered: