熔断¶
下面是一个熔断器配置示例:
circuit_breakers:
thresholds:
- priority: "DEFAULT"
max_requests: 75
max_pending_requests: 35
retry_budget:
budget_percent:
value: 25.0
min_retry_concurrency: 10
下面是一个熔断器配置示例:
circuit_breakers:
thresholds:
- priority: "DEFAULT"
max_requests: 75
max_pending_requests: 35
retry_budget:
budget_percent:
value: 25.0
min_retry_concurrency: 10