The Good, the Bad and the Ugly of propagating data through Reactive Streams

Domenico Sibilio
3 min readSep 30, 2019
How to propagate data through reactive pipelines the Good, the Bad and the Ugly way.

Propagating data through reactive pipelines is a very common development concern that arises when building reactive applications based on any Reactive Streams implementation (eg. Project Reactor, RxJava, Akka Streams).

We’ll be going through the Good, the Bad and the Ugly of propagating information downstream, using Project Reactor as…

--

--