envoyproxy/envoy
cleanup: add proto definition for test extensions
Fechada
#20.476 aberto em 23 de mar. de 2022
area/protobufbeginnerbughelp wantedtech debt
Métricas do repositório
- Stars
- (27.997 estrelas)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 30d)
Description
Currently, lookup-by-name for extensions is used for internal extensions. This is inconsistent with actual extensions which exclusively use lookup-by-type-URL. The cleanup is to add protos for all internal extensions, and remove the runtime guard usage in the tests.