Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback not working post version 12.4 #2483

Open
Liveitabhi14 opened this issue Jul 24, 2024 · 2 comments
Open

Fallback not working post version 12.4 #2483

Liveitabhi14 opened this issue Jul 24, 2024 · 2 comments
Labels
feedback provided Feedback has been provided to the author

Comments

@Liveitabhi14
Copy link

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.

@hoysal08
Copy link

hoysal08 commented Sep 9, 2024

hey @Liveitabhi14 , did you find any solve for this. Facing the same.

@Liveitabhi14
Copy link
Author

12.4 version worked for us, with resilience-4j dependency version 2.1.0

@kdavisk6 kdavisk6 added the feedback provided Feedback has been provided to the author label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback provided Feedback has been provided to the author
Projects
None yet
Development

No branches or pull requests

3 participants