envoyproxy/envoy
Auf GitHub ansehenRemoteAsyncDataProvider should not re-fetch between xDS refreshes
Open
#10.543 geöffnet am 26. März 2020
area/xdshelp wanted
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
Currently, LDS update causes a fresh fetch of a Wasm binary. This is unnecessary since the resource comes with a content hash for verification. The request is to make it possible that RemoteAsyncDataProvider caches whatever it fetches and hands it off between xDS resources (e.g. a warming listener should pick it up from a draining listener).
/cc @yxue /cc @jplevyak