We were using OpenFeign in our project and it worked well. We have exponential retries configured and we also have fallbacks and fallback factories defined.

Recently, we stumbled upon Spring Cloud OpenFeign doc page which says that this is now feature complete and suggest migrating over to Spring Interface Clients instead.

I read the documentation of it but it does not clearly explain about -

  1. Fallbacks
  2. how can we achieve exponential retries

Comment From: UditMishraMoodys

moved to https://github.com/spring-projects/spring-framework/issues/33084