-
Notifications
You must be signed in to change notification settings - Fork 341
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
Not support multi pulsar cluster addresses #177
Comments
Thanks @hailin0 feedback. Currently, the |
m |
Hi, I'm interested in this issue. But I can't fully understand why multi pulsar cluster addresses are needed for a client. In Pulsar's doc, service discovery section, I find that
So why do we need multi cluster addresses in the client? |
I was following this documentation: There is brokerServiceurl=pulsar://host1:6650,host2:6650,host3:6650 Tried there with go client and got error:
So we need multiple addresses to support high availability deployments without DNS. |
Fixes #177 Master Issue apache/pulsar#3218 ### Motivation add multiple hosts support to go client ### Modifications - add service uri & service name resolver - add service name resolver to lookup service & rpc client - add unit tests - add integration tests ### Verifying this change - [ ] Make sure that the change passes the CI checks.
Is your feature request related to a problem? Please describe.
not support the use of pulsar cluster addresses?
Describe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: