envoyproxy/envoy

Migrate EDS endpoints_stale_after to xDS TTL

Open

#13 699 ouverte le 22 oct. 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/xdshelp wantedtech debt

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

With the introduction of xDS TTL we can now get rid of the EDS specific option endpoints_stale_after and instead rely on generic TTL support.

To support this we need to ensure that the EDS subscription code is correctly handling an EDS resource removal, which today is ignored. Once this is done we can go ahead and deprecate the endpoints_stale_after field.

Guide contributeur