Circuit breaker: evaluate response as a failure
See original GitHub issueHi,
I was checking the options for Circuit Breaker: https://resilience4j.readme.io/docs/circuitbreaker
But I didn´t see the possibility to evaluate a successful response as a failure. This possibility is available for another behaviour Retry: https://resilience4j.readme.io/docs/retry
retryOnResultPredicate
result -> false
Configures a Predicate which evaluates if a result should be retried. The Predicate must return true, if the result should be retried, otherwise it must return false.
Do you think that it is possible to add something similar in this behaviour?
Many thanks in advance.
Juan Antonio
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Circuit breaker performance data & field failure reports
Circuit breaker performance data & field failure reports. This document demonstrates detection and fire risks of a bad electrical circuit breaker which burned, ......
Read more >Circuit Breaker Pattern: Make Your Apps Ready to Deal with ...
A circuit breaker pattern detects failures and prevents them from constantly recurring, protecting your servers from exhaustion and your ...
Read more >Testing Breaker Failure Schemes
D) Circuit Breaker Alarm Breaker Failure (BGMA) Test Procedure . ... The evaluation should be changed to expect No Operation. ... I use...
Read more >Response for Interpretation of TPL-003 and TPL-004 for SPCS
assessment of a protection system failure includes evaluation of shared or ... fault clearing time may be longer than the breaker failure ...
Read more >Circuit Breaker | Java Design Patterns
Circuit breaker is a design pattern used in modern software development. It is used to detect failures and encapsulates the logic of preventing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We created a SupplierUtils which helps you in situations where you can’t modify the client code.
Applied the solution and the usage is easy.