envoyproxy/envoy

ext_proc: knob to disallow immediate_response

Open

#28,698 建立於 2023年7月28日

在 GitHub 查看
 (8 留言) (0 反應) (2 負責人)C++ (5,373 fork)batch import
area/ext_procenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: ext_proc: knob to disallow immediate_response

Description: Just like the way we have a knob disallow_clear_route_cache that will ignore a clear_route_cache setting in the ProcessingResponse, we need a knob on the filter (disallow_immediate_response) that will ignore an immediate_response value in the ProcessingResponse. The behavior should be to close the ext_proc stream but NOT do the immediate response. Instead, the request should be forwarded as through no changes were done by ext_proc.

Knob is false by default.

貢獻者指南