envoyproxy/envoy

Runtime configuration of HTTP fault injection per upstream cluster

Open

#10,173 建立於 2020年2月26日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
enhancementhelp wanted

倉庫指標

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

描述

Title: HTTP fault injection filter can have runtime settings per downstream cluster, but not upstream cluster.

Description: I'm trying to simulate a failure of an external service. In my case, fault injection filter should be configured as one of the egress http filters to inject delay or abort requests to the external service. I want to inject failure only to the requests to the specific upstream cluster (the external service) in runtime. But as described here, fault injection filter allows runtime setting only per downstream cluster by , not upstream cluster.

Thanks

貢獻者指南