-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
Split out ReactorUtils and required classes from Spring integration #3144
Labels
Comments
Customer mitigated the problem by copying the functionality. So I would say this is low prio @adinauer |
Thanks for the update/workaround @Angelodaniel |
Thanks @Angelodaniel I've reduce prio a bit but still think we should do this as it's not a lot of work and can help some users running into the same problem. |
This was referenced Feb 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
We already have support for reactor in our Spring integration as part of the WebFlux specifics. Users who are not using Spring would also like to use e.g.
ReactorUtils
so they don't have to deal with Hub propagation themselves.Solution Brainstorm
To consider:
Do we want to always bring this new module as a dependency for Spring or do we want to rely on our build plugins to automatically add it and code it in a way where it has to be added manually as a dependency by the user when not using our build plugin auto install feature?
Probably not worth it to make it an optional dependency if it doesn't have any dependencies of its own as it just creates a pitfall.
┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: