envoyproxy/envoy
GitHub で見るRemoteAsyncDataProvider should not re-fetch between xDS refreshes
Open
#10,543 opened on 2020年3月26日
area/xdshelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
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