OpenFeign is a pretty handy integration to Spring Cloud for Spring Boot applicaiton. Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. It allows to write code conveniently on top of HTTP libraries. One of the prime and useful aspect of Feign is Retry. There…