]> git.feebdaed.xyz Git - 0xmirror/grpc-go.git/commit
xds: Add cluster endpoint watchers to depndency manager (#8744)
authoreshitachandwani <59800922+eshitachandwani@users.noreply.github.com>
Fri, 19 Dec 2025 21:13:21 +0000 (02:43 +0530)
committerGitHub <noreply@github.com>
Fri, 19 Dec 2025 21:13:21 +0000 (02:43 +0530)
commit40466769682557e7179b8c74ba3820cc78d49b4b
tree6381e566d0c53a2274f8bc23c323a016bb5d356e
parent2d51986e2f72ff4d22d8f9ba81b8634cd9a9ec7a
xds: Add cluster endpoint watchers to depndency manager (#8744)

This is part of A74 implementation which add CDS/EDS/DNS watchers to the
dependency manager. It also adds a temporary flag that is disabled by
default so that it is not used in the current RPC paths , but enabled in
the dependency manager tests.

RELEASE NOTES: None
internal/xds/resolver/watch_service_test.go
internal/xds/resolver/xds_resolver.go
internal/xds/resolver/xds_resolver_test.go
internal/xds/xdsdepmgr/watch_service.go [deleted file]
internal/xds/xdsdepmgr/xds_dependency_manager.go
internal/xds/xdsdepmgr/xds_dependency_manager_test.go