GitHunt
YA

YauhenBichel/Retry-with-resilience4j

Verify page status using resilience4j

Verify page status using resilience4j

Let’s say we have a list of 10 URLs in a text file.

We need to write a simple application that hits these pages over HTTP and
verifies that we receive 200 OK status codes.

If we don’t receive 200OK on the first attempt, the application should do 4 additional retries.
Every retry should be on a 5-second interval.

References

Languages

Java100.0%
Created October 30, 2023
Updated October 30, 2023
YauhenBichel/Retry-with-resilience4j | GitHunt