envoyproxy/envoy

Migrate EDS endpoints_stale_after to xDS TTL

Open

#13.699 aperta il 22 ott 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
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 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.

Guida contributor