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-xds: Add XdsClusterManager LB policy #1687

Merged
merged 2 commits into from Mar 1, 2021

Conversation

murgatroid99
Copy link
Member

The logic of this class is pretty simple: it is configured with a map of names to child service configs, and it delegates all pick actions to the corresponding child load balancers based on the cluster string passed in the pick arguments. Most of the code is transparent delegation and connectivity state bookkeeping.

All of the logic is independent of xDS, but it is part of the xDS library for consistency with the relevant section of gRFC A31.

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.

None yet

2 participants