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: Implement federation support #2463

Merged
merged 12 commits into from Jun 26, 2023

Conversation

murgatroid99
Copy link
Member

This PR implements federation as described in gRFC A47. It also implements the XdsClient Generic API because that simplified the adaptation of the core's XdsClient architecture for federation to Node.

Note regarding the Server Channel Map section: I implemented this as though connections will be torn down by the idle timeout. This is not currently the case, but I plan to implement that before releasing this feature.

Future work: expand the test control plane server (test/xds-server.ts) to request and report LRS information in order to test that clients that use different authorities send their load reports to the right place.

@sergiitk
Copy link
Member

@murgatroid99
Copy link
Member Author

murgatroid99 commented Jun 15, 2023

@murgatroid99
Copy link
Member Author

murgatroid99 commented Jun 16, 2023

Third time's the charm

@murgatroid99
Copy link
Member Author

murgatroid99 commented Jun 16, 2023

Another URL map test job run:

@murgatroid99 murgatroid99 merged commit 974f810 into grpc:master Jun 26, 2023
8 of 10 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.

None yet

3 participants