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 for multiple servers #5

Open
Tracked by #113
woile opened this issue Feb 26, 2020 · 1 comment
Open
Tracked by #113

Support for multiple servers #5

woile opened this issue Feb 26, 2020 · 1 comment

Comments

@woile
Copy link
Contributor

woile commented Feb 26, 2020

Kafka accept n + 1 servers to bootstrap initial cluster metadata.

https://aiokafka.readthedocs.io/en/stable/api.html#aiokafkaconsumer-class

@tomchristie
Copy link
Member

First question would be what we want the Broadcaster.__init__ interface to look like to support this.

Do we want to change it to Broadcast(url: Union[str, List[str]]), or something else?

We'd need to raise errors if the urls included mixed backend strings, or if multiple urls were used with a backend that only supports a single hostname for connections.

@alex-oleshkevich alex-oleshkevich mentioned this issue Apr 3, 2024
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants