envoyproxy/envoy

retries: Make retry budgets default

Open

#10.869 aberto em 21 de abr. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/retryhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

Currently, the max_retries circuit breaker is set to a static value of 3 by default. Retry budgets enable a better way to protect against retry storms that scales with the number of active requests.

One may have the same behavior as the static max_retries circuit breaker using retry budgets by setting the percentage to 0% and a minimum retry concurrency of the desired static value, so it might also be worth discussing whether the max_retries circuit breaker could be deprecated.

Guia do colaborador