envoyproxy/envoy
GitHub で見るCacheFilter: add an explicit config object with a constructor.
Open
#12,901 opened on 2020年8月31日
area/cachehelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
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.