envoyproxy/envoy

retries: Make retry budgets default

Open

#10,869 建立於 2020年4月21日

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

倉庫指標

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

描述

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.

貢獻者指南