Why am I unable to import Resilience4J Retry in my application?
I am trying to implement the resilience4j retry into my application. I have already implemented circuit-breaker and it was imported just fine – however, I am unable to implement retries and I am not sure why that is.