envoyproxy/envoy

Ensure all xDS subscription code handles xDS removals

Open

#13.700 aberto em 22 de out. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/xdshelp wantedtech debt

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 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.

Guia do colaborador