Skip to content

Commit 27a16aa

Browse files
Adding notes for ext_proc runtime flag (envoyproxy#41690)
Add a do-not-deprecate runtime flag notes Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
1 parent c5c4d65 commit 27a16aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/common/runtime/runtime_features.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ RUNTIME_GUARD(envoy_reloadable_features_disallow_quic_client_udp_mmsg);
4141
RUNTIME_GUARD(envoy_reloadable_features_enable_cel_regex_precompilation);
4242
RUNTIME_GUARD(envoy_reloadable_features_enable_compression_bomb_protection);
4343
RUNTIME_GUARD(envoy_reloadable_features_enable_new_query_param_present_match_behavior);
44+
// Ignore the automated "remove this flag" issue: we should keep this for 1 year. Confirm with
45+
// @yanjunxiang-google before removing.
4446
RUNTIME_GUARD(envoy_reloadable_features_ext_proc_fail_close_spurious_resp);
4547
RUNTIME_GUARD(envoy_reloadable_features_generic_proxy_codec_buffer_limit);
4648
RUNTIME_GUARD(envoy_reloadable_features_grpc_side_stream_flow_control);

0 commit comments

Comments
 (0)