envoyproxy/envoy
Vedi su GitHubEnsure all xDS subscription code handles xDS removals
Open
#13.700 aperta il 22 ott 2020
area/xdshelp wantedtech debt
Metriche repository
- Star
- (27.997 star)
- Metriche merge PR
- (Merge medio 8g) (378 PR mergiate in 30 g)
Descrizione
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.