Embed presentation
Download as PDF, PPTX




























The document discusses Reactive Streams, a new standard for asynchronous stream processing across JVM platforms and beyond. It introduces key concepts like Publishers, Subscribers, and the Subscription contract. Reactive Streams provides interoperability across implementations like RxJava, Reactor, Akka Streams, and Vert.x through a common set of interfaces and protocols. The current state is that Reactive Streams version 1.0.0 RC-5 was released in April with compatibility kits and interfaces for JVM and JavaScript.


























