Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants