-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support Java 9 Flow and ReactiveStream #257
Comments
Hi @hantsy The problem I'm seeing with providing Flow APIs as asynchronous return types is we would need to provide an implementation of |
In the Jakarta EE providers like OpenLIberty, I think it is possible to implement the Flow Api handling internally use Smallrey Mutiny, or other reactive streams libs, such as Reactor, Rxjava etc. which also easily converts between JDK Flow and ReactiveStreams API. |
Spec should allow use |
We have moved to Java SE 11 since Jakarta EE 10, we should consider more new APIs in specs provided in the new Java SE to modernize our Jakarta EE applications.
Such as use Flow( and adapters of ReactiveStreams) as asynchronous method return type.
The text was updated successfully, but these errors were encountered: