envoyproxy/envoy

Migrate EDS endpoints_stale_after to xDS TTL

Open

#13.699 geöffnet am 22. Okt. 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/xdshelp wantedtech debt

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide