resilience4j-spring-boot-demo icon indicating copy to clipboard operation
resilience4j-spring-boot-demo copied to clipboard

A Spring Boot demo which shows how to use the Resilience4j Spring Boot Starter

Results 5 resilience4j-spring-boot-demo issues
Sort by recently updated
recently updated
newest added

Relevant: https://stackoverflow.com/questions/68400270/unable-to-get-resilience4j-retry-annotation-to-execute-in-springboot-unit-test Curious on how I can test the retry annotation, it seems like the fallback is never getting called and retry isn't being invoked when a failure is hit....

In a Spring Boot application, we have created 2 circuitbreaker instances "testCB" and ""(empty string). "" instance will use default configuration provided by the resilience4j library and custom configuration is...

Not able to get the status data when using spring boot2. Could you please write the complete example for monitoring.

Need fallback method property on annotation itself. Is there implementation on pipeline