You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading feign-core dependency to version > 12.4, the fallback logic stopped working.
The flow does not seem to go in the fallback logic in case of any error, and directly throws the exception for the feign call.
This is happening in a project with Java 21, Spring Boot 3.2.5, and Virtual threads enabled.
The text was updated successfully, but these errors were encountered:
After upgrading feign-core dependency to version > 12.4, the fallback logic stopped working.
The flow does not seem to go in the fallback logic in case of any error, and directly throws the exception for the feign call.
This is happening in a project with Java 21, Spring Boot 3.2.5, and Virtual threads enabled.
The text was updated successfully, but these errors were encountered: