envoyproxy/envoy
View on GitHubRemoteAsyncDataProvider should not re-fetch between xDS refreshes
Open
#10,543 opened on Mar 26, 2020
area/xdshelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (Avg merge 8d) (378 merged PRs in 30d)
Description
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