apache / apache/pulsar-dotpulsar

Support - Multi-broker connection

Open
#74 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
271
Forks
87
PR merge metrics
No merged PRs in 30d

Description

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/

Contributor guide

Open the contributing guide

Research direction

No repository files or tests are named. Start by locating the current service URL parsing and connection setup, then compare the linked Pulsar Java client behavior. Done should mean that a comma-separated broker URL such as the example is supported with documented connection and failure behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend, distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.