envoyproxy/envoy
Ver no GitHubRemoteAsyncDataProvider should not re-fetch between xDS refreshes
Open
#10.543 aberto em 26 de mar. de 2020
area/xdshelp wanted
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 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