envoyproxy/envoy

CacheFilter: add an explicit config object with a constructor.

Open

#12.901 aberto em 31 de ago. de 2020

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/cachehelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 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.

Guia do colaborador