Skip to content
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

Support - Multi-broker connection #74

Open
eneshoxha opened this issue May 25, 2021 · 2 comments
Open

Support - Multi-broker connection #74

eneshoxha opened this issue May 25, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@eneshoxha
Copy link

Would be possible to support multiple brokers connection like in Pulsar Client for Java?

     PulsarClient client = PulsarClient.builder()
          .serviceUrl("pulsar://localhost:6650,localhost:6651,localhost:6652")
          .build();

http://pulsar.apache.org/docs/en/client-libraries-java/

@blankensteiner blankensteiner added the enhancement New feature or request label May 28, 2021
@blankensteiner
Copy link
Contributor

Hi @eneshoxha
Personally, I think that problem is better solved via DNS / Service discovery. Otherwise, you'll have X number of deployable units you have to reconfigure every time you add or remove brokers to the list of entry points.
However, if you submit a PR with this functionality I'll be happy to merge it :-)

@Storm937
Copy link

It is recommended that the format be consistent with JAVA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants