-
Notifications
You must be signed in to change notification settings - Fork 71
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 bootstrap_uri does not work #694
Comments
Karapace passes |
@tvainika - so it does answer the question that multiple bootstrap_uris are supposed to work. I wanted to make sure that was the case before I reported a bug. So bug there is - if I send a list of 2 bootstrap uris:
and one of them is down, karapace keeps cycling and kafka clients that try to connect to it get this error
The log cycling i am referring to looks like this:
|
What can we help you with?
When running kafka in high availability mode, one would typically set up one's clients with a list of bootstrap uri so that the client can cycle through them and find the first one that is willing to handover its broker topology info. It does not appear that Karapace supports this. I can see that if I pass a list karapace will split the string and operate on the first bootstrap uri, however, i don't see it cycling through the various entries.
Am I missing something?
The text was updated successfully, but these errors were encountered: