envoyproxy/envoy

Ensure all xDS subscription code handles xDS removals

Open

#13,700 opened on Oct 22, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
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.

Contributor guide