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 EDS dualstack support #2665

Merged
merged 2 commits into from Feb 15, 2024

Conversation

murgatroid99
Copy link
Member

This implements the EDS part of gRFC A61. Node does not have stateful session affinity, so that part does not apply.

The first commit is just updating the Envoy API dependency to the same commit hash that grpc/grpc references, and updating the generated code, in order to pick up the change that added the additional_addresses field to the Endpoint message. The second commit has the actual substance of the change.

@murgatroid99 murgatroid99 merged commit 1bc1cd5 into grpc:master Feb 15, 2024
9 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

2 participants