envoyproxy/envoy
View on GitHubEnsure all xDS subscription code handles xDS removals
Open
#13,700 opened on Oct 22, 2020
area/xdshelp wantedtech debt
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (Avg merge 8d) (378 merged PRs in 30d)
Description
With the introduction of Delta xDS support for resource removal was added. While all xDS subscribers are forced to implement the onConfigUpdate function that specifies the removed resources, most of them either reject or ignore this value. We should audit all the resource types and ensure that resources are properly honored.
This will be required before we can be confident that xDS TTL is supported for all resource types.