envoyproxy/envoy
在 GitHub 查看RemoteAsyncDataProvider should not re-fetch between xDS refreshes
Open
#10,543 建立於 2020年3月26日
area/xdshelp wanted
倉庫指標
- Star
- (27,997 star)
- PR 合併指標
- (平均合併 8天) (30 天內合併 378 個 PR)
描述
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