Enhanced ExceptionCircuitBreaker robustness
Open
- Dominant language
- Java
- Stars
- 23.1k
- Forks
- 8.1k
- PR merge metrics
- No merged PRs in 30d
Description
ExceptionCircuitBreaker supports both the number and ratio of exceptions, but it shares a threshold variable and has not been validated. If configured improperly, it may not be immediately aware。
So I think adding a verification should be more user-friendly.
com.alibaba.csp.sentinel.slots.block.degrade.circuitbreaker.ExceptionCircuitBreaker

Contributor guide
Assessment
This issue has not been assessed yet.