envoyproxy/envoy

Unconditional hedged requests

开放

#20,036 创建于 2022年2月18日

 (7 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/routerhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

At the moment Envoy proxy supports hedged request with per timeout policy.

In our case we need to send multiple requests simultaneously (3 identical requests to 3 different backends for example) and get one fastest response.

The number of parallel requests needs to be configured from config

Is it possible to implement it in Envoy ?

贡献者指南