exception cause chain inspection useless for default Retry.retryOn
/ Fallback.applyOn
/ CircuitBreaker.failOn
#768
Milestone
Retry.retryOn
/ Fallback.applyOn
/ CircuitBreaker.failOn
#768
When
Retry.retryOn
/Fallback.applyOn
/CircuitBreaker.failOn
is left to the default value, which is eitherException.class
orThrowable.class
, it matches all exceptions and the exception cause chain is never inspected. This is exactly as documented, but also pretty much useless. Need to figure out a better definition of cause chain inspection.The text was updated successfully, but these errors were encountered: