-
Notifications
You must be signed in to change notification settings - Fork 580
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
[Reactive] Reimplement Microprofile-RS, fix operators, add from(CS) #1511
[Reactive] Reimplement Microprofile-RS, fix operators, add from(CS) #1511
Conversation
I don't know what to do. The method is basically a large switch-case because of the sheer number of Stage to support of MPRS. |
I try my best to make this work but the full project doesn't build on Windows so my only feedback is from the CI failures. |
@akarnokd some fixes for the windows build are underway, hopefully it's going to be fixed soon. |
@danielkec Could you look into that failure with the |
|
This PR reimplements the Microprofile Reactive Streams adapter of Helidon.
Multi.flatMapIterable
.Multi.flatMap
not properly accounting items emitted.from(CompletionStage)
implementation (Related: More reactive operators (tracking issue) #1500) required by MPRS.onCancel
.OnErrorResumeNext
possibly trying to self-suppress.