envoyproxy/envoy

Route actions prefix_rewrite and regex_rewrite should be a oneof

Open

#10,182 创建于 2020年2月26日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
api/v4help wantedtech debt

仓库指标

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

描述

Title: Route actions prefix_rewrite and regex_rewrite should be a oneof

Description:

In the discussion for pull request #10050, it was suggested that the prefix_rewrite and regex_rewrite route actions be put under a oneof in the next api version, v4. However, it's too early to mark the proto files with that annotation now, so the code change for #10050 didn't add the annotation. This issue is to remember that this should be considered when the time is appropriate.

贡献者指南