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

grpc-js: round_robin: Request resolution on connection drop #2825

Conversation

murgatroid99
Copy link
Member

This should fix #2824. It looks like round_robin was previously relying on pick_first (the leaf balancer) to request name resolution whenever an individual connection would be dropped, but that behavior was a bug that was fixed in #2784. So, round_robin needs to request name resolution itself.

@murgatroid99 murgatroid99 merged commit 8841efe into grpc:@grpc/grpc-js@1.11.x Sep 16, 2024
3 of 5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants