envoyproxy/envoy

cleanup: add proto definition for test extensions

已关闭

#20,476 创建于 2022年3月23日

 (5 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/protobufbeginnerbughelp wantedtech debt

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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.

贡献者指南