resilience4j-retry Questions

2

Solved

I'm using io.github.resilience4j. Everything is working fine with 1.6.1 version but when upgraded to 1.7.1 version my application is not running. Please find my code changes below. My pom.xml depen...
Donegal asked 11/8, 2021 at 12:24

2

I am trying to use Resilience4j features. My use case is to combine the 3 modules: circuitbreaker retry timelimiter I want to combine all these modules and execute the method only once. Code Here...

1

Solved

I'm using Resilience4J in a Spring Boot project to make a call to a REST client like so: @Retry(name = "customerService") public Customer getCustomer(String customerNumber) { restTemplat...
1

© 2022 - 2024 — McMap. All rights reserved.