Reactor 3.0, a JVM Foundation for Java 8 and Reactive Streams [Video]
Reactive Streams are great for concurrency, but those projects generally use a vertical approach, leaving developers out of the loop. Version 3.0 hopes to change that.
Join the DZone community and get the full member experience.
Join For FreeThe apparent simplicity of the publisher/subscriber model as exposed in Reactive Streams can be deceiving. The relatively fast release cycle for libraries in that space is not a myth, concurrency is hard. To keep out undesired side effects, most Reactive projects have adopted a vertical approach potentially excluding developers from decision-making around execution model or sometimes language.
What if we were able to leave the developer in control, positioning as a robust foundation and making the most of the now industrial standard Java 8?
What if we hardened this foundation through open-source and research collaboration, with a direct feedback loop from Pivotal engineering?
In essence, that’s what we aim to achieve with Reactor 3.0. This session is an invitation to explore how the new Reactor design, structure and features can progressively help you go Reactive and show how it plays out in your applications today and tomorrow.
Recorded at SpringOne Platform 2016.
Speaker: Stéphane Maldini
Slides: http://www.slideshare.net/SpringCentral/reactor-30-a-jvm-foundation-for-java-8-and-reactive-streams
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Boosting Application Performance With MicroStream and Redis Integration
-
Comparing Cloud Hosting vs. Self Hosting
-
Introduction To Git
-
Integration Architecture Guiding Principles, A Reference
Comments