-
Hi!
Given the rising popularity of reactive APIs (also the Flow API in Java 9), such initiative as OpenMessaging should provide the first-class APIs for the reactive world.
To define the "reacti…
-
## Problem
- Reactive stream subscribers are executed serially
- If a subscriber is blocking, the following subscribers are not executed
- Behaviours cannot create green threads without a runtime…
-
The current implementation sometimes feels like a bad rough implementation of something similar to reactive streams. - so why not go the full mile and actually use an established strems library?
I'd…
woeps updated
4 years ago
-
Is it possible to add suport for http://www.reactive-streams.org/ spec.
-
Hello,
Do you plant to enable reactive streams API also?
Cheers,
Mirko
-
Implement back pressure function and Reactive Streams API.
http://www.reactive-streams.org/
-
-
Reactive Streams, also known as the JDK9 juc.Flow API, allows developers to plumb asynchronous streams of messages between libraries, in a way that safely ensures that backpressure, error and completi…
-
Howdy,
I'm new to the project but I have built several reactive projects in Java with Rx1, 2, and now Reactor, and Reactor Spring. Given Pivotal's backing and simpler semantics than Rx, Project Rea…
-
Add new functional programming API using JDK 9 Flow/ReactiveStreams to replace the current annotation-based declarations.
Refer to the Reactive WebSocket implementation in Spring Webflux.
The se…