DEV Community

Domenico Sibilio
Domenico Sibilio

Posted on • Originally published at Medium on

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

Propagating 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 our Reactive Streams implementation of choice.

Continue reading on Medium ยป

Top comments (0)