This document discusses linking reactive applications to Spark Streaming using Reactive Streams. It provides an overview of Spark Streaming, reactive applications, back pressure, and Reactive Streams. The key points are that Reactive Streams provides an interface to connect systems supporting back pressure, enabling end-to-end back pressure between reactive applications and Spark Streaming. A demo is presented to illustrate this linkage.