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...
Immortality asked 13/2, 2020 at 20:59
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...
Frau asked 1/11, 2021 at 5:5
1
© 2022 - 2024 — McMap. All rights reserved.