Don’t use Reactive Streams in Java 9+

Jacek Kunicki

20 Jun 2018.0 minutes read

This talk has been (or will be) presented at:

Reactive Streams is a standard for asynchronous data processing in a streaming fashion with non-blocking backpressure. Starting from Java 9, they have become a part of the JDK in the form of the java.util.concurrent.Flow interfaces.

Having the interfaces at hand may tempt you to write your own implementations. Surprising as it may seem, that’s not what they are in the JDK for.

In this session we’re going to go through the basic concepts of reactive stream processing and see how (not) to use the APIs included in JDK 9+.

Blog Comments powered by Disqus.