InfoQ Homepage Reactor Content on InfoQ
Presentations
RSS Feed-
State of Reactor 2019
Simon Baslé covers the latest updates to the Reactor ecosystem, including:Reactor 3.3 updates, future roadmap, new projects like reactor-pool, BlockHound, debug-agent, and community updates.
-
Reactor: The New Power Source for PayPal's JVM Framework
Anil Gursel and Rick Hogge share the technical journey for moving PayPal engineers from a JAX-RS imperative programming model to a reactive stack.
-
Avoiding Reactor Meltdown
Phil Clay shows code examples of blocking problems and solutions when using Project Reactor, as well as a live demo with BlockHound.
-
Building Reactive Pipelines: How to Go from Scalable Apps to (Ridiculously) Scalable Systems
Mark Heckler discusses and demoes reactive and highly scalable microservices built with Project Reactor using RabbitMQ, Apache Kafka, and Spring Cloud Stream.
-
Fully Reactive: Spring, Kotlin, and JavaFX Playing Together
Trisha Gee discusses how Spring Framework 5, Spring Boot, Reactor, Kotlin, JavaFX, and MongoDB can work together.
-
Flight of the Flux: A Look at Reactor Execution Model
Simon Baslé discusses `Flux` and `Mono` on the JVM, APIs and Reactive Stream, the Reactor execution model.
-
Modern Messaging with RabbitMQ, Spring Cloud and Reactor
Arnaud Cogoluègnes demos messaging apps built with RabbitMQ with Reactor on Spring Cloud. Code used in this talk is made available for download.
-
What's New in Reactor "Californium"
Stephane Maldini presents some of the latest additions to Reactor, Reactor Core 3.2, new Reactor Addons and Reactor Netty 0.8.
-
Project Reactor: Now and Tomorrow
Stéphane Maldini and Simon Baslé discuss what’s new in Spring Reactor including support for Reactive AOP, Observability, Tracing, Error Strategies for long-running streams, new Netty driver, etc.
-
Reactor in Action
Simon Baslé and Victor Grazi demo Reactor covering multi-batching, debugging, using reactor-netty as a client, along with some naive solutions and how to improve on them.