-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
Area: xDSIncludes everything xDS related, including LB policies used with xDS.Includes everything xDS related, including LB policies used with xDS.P2Type: Internal CleanupRefactors, etcRefactors, etc
Description
The xdsclient package contains legacy support for a "fallback" bootstrap configuration, which was originally used by the googlec2p resolver via SetFallbackBootstrapConfig
.
This global fallback mechanism has been superseded by the changes in PR #8648. The googlec2p resolver now uses this new, explicit approach to create a xdsClient in googlec2p resolver.
To simplify the API and prevent confusion, the legacy fallback logic should be removed.
- Deprecate and remove the exported
xdsclient.SetFallbackBootstrapConfig
function. - Remove the internal
fallbackConfig
field from thexdsclient.Pool
and all associated logic that applies it during client creation.
Metadata
Metadata
Assignees
Labels
Area: xDSIncludes everything xDS related, including LB policies used with xDS.Includes everything xDS related, including LB policies used with xDS.P2Type: Internal CleanupRefactors, etcRefactors, etc