-
Notifications
You must be signed in to change notification settings - Fork 795
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
Feign RetryableException is not serialization #599
Comments
Hello, @asharani-m. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Unable to serialize the exception object RetryableException .
Get below exception :
"could not serialize :feign.Request"
Version : spring-cloud-openfeign : 3.0.3
Additional info:
While looking around for a solution , I came across this OpenFeign/feign#1193. So upgraded the feign-core to recent version 11.6 .
After that above error("could not serialize :feign.Request") got resolved , but stuck up new exception
"could not serialize :feign. TARGET$HardCodedTarget"
Any suggestions ? Workaround please?
The text was updated successfully, but these errors were encountered: