failsafe icon indicating copy to clipboard operation
failsafe copied to clipboard

Fault tolerance and resilience patterns for the JVM

Results 75 failsafe issues
Sort by recently updated
recently updated
newest added

If you are looking for new ideas: https://micrometer.io/ Metrics would be great! It is new SLF4J for metrics and all people I know use it as standard de facto. If...

As you can see here: https://github.com/magicprinc/failsafe/commit/c517e3ef01aec35cd6b6aaa23779873f8e89ffab FailsafeCall micro refactoring: 1) AtomicBoolean fields are final 2) lambda expression instead of code block 2) World-Wide Nr.1 duplicated utility method for OkHttp `/**...

Hi Failsafe fans, We use a Failsafe retry executor to retry potentially failing network requests. In response to an incident, we decide to `.compose(CircuitBreaker)` Our original code: ``` failsafe =...

I wonder how I can do something with Failsafe. If methods which do a retry with Failsafe are nested then how can I prevent in the outter method that a...

When using HttpBearerAuth with any type of expiring / non-reusable tokens the default setup as documented on https://failsafe.dev/okhttp/ causes issues: It can happen that a circuit breaker or retry policy...

https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms

I believe the root cause is how the `FutureLinkedList` is used in `BulkheadImpl`. When trying to acquire a permit from the `BulkheadImpl` **with** a `maxWaitTime`, if there are no permits...

This aligns with codestyle conventions and improves readability.