-
Notifications
You must be signed in to change notification settings - Fork 125
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
RetryPolicy controller blocked issue for 3.x #650
Comments
This is an important fix for us, without this we are not able to upgrade Spring Boot & Spring Cloud Versions. Shall we attempt to submit a PR for this fix, OR anyone is already working on this? |
@ChiragMoradiya, do you have any PR or solution? If so, can you please provide it? |
No PR is ready yet. But, the fix applied for version 4.0 can be ported to
3.x
…On Tue, 19 Dec 2023 at 4:13 PM, KamaniAman ***@***.***> wrote:
@ChiragMoradiya <https://github.com/ChiragMoradiya>, do you have any PR
or solution? If so, can you please provide it?
—
Reply to this email directly, view it on GitHub
<#650 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASJ3BPKG64FUH3BN7OQ27LYKFVV3AVCNFSM6AAAAABAD6IEQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRSGUZDIOJUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have created & tested custom ReactiveRetryPolicy (Combining Basic & Filtered) which solves the issue without any version change.
|
Thanks @KamaniAman for the sharing. We will give it a try. |
@kptfh any update on this? |
Unfortunately we don't support Spring boot 2.7.x anymore |
I can see there is a fix #590 merged. Which is released under 4.x.x version of feign-reactive.
But I am using spring boot 2.7.10. Is feign-reactive 4.x.x supported with spring boot 2.7.10?
If yes, then while implementing dependency in build.gradle file. Do we need to exclude or overwrite any other dependencies?
@kptfh
The text was updated successfully, but these errors were encountered: