envoyproxy/envoy
View on GitHubCacheFilter: add an explicit config object with a constructor.
Open
#12,901 opened on Aug 31, 2020
area/cachehelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (Avg merge 8d) (378 merged PRs in 30d)
Description
The CacheFilter should have an explicit config object with a constructor; this would allow the config proto to be processed once to serve many requests, avoiding the need for repeated work per-request.