envoyproxy/envoy

rate limit: modularize the extension configuration

Open

#15,633 创建于 2021年3月23日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)C++ (5,373 fork)batch import
area/ratelimithelp wanted

仓库指标

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

描述

Currently, rate limit in envoy requires actions field that is defined in the virtual host and route configuration. This puts a pressure on the control plane to couple core networking configuration with the rate limit configuration (e.g. it's impossible to customize actions with ECDS). The proposal is to move actions into the extension configuration itself.

贡献者指南