Resilience4j @Retry(maxAttempts=3, waitDuration=200ms, exponentialBackoffMultiplier=2): recovering from 1 transient failure =========================================================================================================================== downstream configured to fail its first call, then succeed result: OK (call #2) downstream was actually called 2 times elapsed: ~206ms (expect >= 200ms wait before the 2nd attempt)