envoyproxy/envoy

cleanup: add proto definition for test extensions

Closed

#20,476 opened on Mar 23, 2022

 (5 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/protobufbeginnerbughelp wantedtech debt

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 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.

Contributor guide