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

xds: switch endpoints watch to the new xDS client API #6265

Closed
easwars opened this issue May 9, 2023 · 1 comment
Closed

xds: switch endpoints watch to the new xDS client API #6265

easwars opened this issue May 9, 2023 · 1 comment
Assignees
Labels

Comments

@easwars
Copy link
Contributor

easwars commented May 9, 2023

cluster_resolver LB policy makes the EDS request using the old API:

WatchEndpoints(string, func(xdsresource.EndpointsUpdate, error)) func()

We need to switch this over to the new API:

WatchResource(rType xdsresource.Type, resourceName string, watcher xdsresource.ResourceWatcher) (cancel func())

@easwars
Copy link
Contributor Author

easwars commented Jul 5, 2023

This is done.

@easwars easwars closed this as completed Jul 5, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants