envoyproxy/envoy
Auf GitHub ansehenCacheFilter: add an explicit config object with a constructor.
Open
#12.901 geöffnet am 31. Aug. 2020
area/cachehelp wanted
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
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.