News

After more than a year on the drawing board, Reactive Streams has released version 1.0 of their API for several different platforms, Java among them. This library provides a common framework to ...
Akka is Typesafe's asynchronous, event-driven middleware implemented in Scala, a general purpose, multi-paradigm language that runs on the Java Virtual Machine (JVM). The Reactive Streams project aims ...
Java 9 introduces a publish-subscribe framework for reactive streams, improvements to the CompletableFuture class, and other concurrency enhancements ...
This was the subject of Stephane Maldini’s talk ‘Designing for Distributed Systems with Reactor and Reactive Streams’. Reactive Streams is ‘an initiative to provide a standard for asynchronous stream ...
Reactive streams In building reactive systems, there seems to be a prominent approach in which data processing operations are, whenever applicable, formulated as compositional stream flows.