envoyproxy/envoy

Unconditional hedged requests

Open

#20.036 geöffnet am 18. Feb. 2022

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/routerhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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 ?

Contributor Guide