Reactive Event Processing with Apache Geode

October 18, 2019

Reactive Systems promise vastly improved computing efficiency and responsiveness. The Flow interfaces introduced in JDK9 form the center of a vital new ecosystem. Pivotal is at the forefront of innovation with Project Reactor and RSocket. Apache Geode is a proven distributed computing platform providing high-scale transactional processing at in-memory speeds. Geode’s APIs support map storage, sophisticated request-response querying, and subscription-based continuous queries. There’s even support for map-reduce-style distributed data processing. But Geode’s APIs are procedural in nature——they predate the Reactive Systems revolution. Integrating procedural APIs into a reactive application can be challenging. Naive solutions lead to inefficiency. In this talk, you’ll learn how to integrate Geode with your Reactive System efficiently, and at scale. You’ll be armed with a clear picture of Apache Geode and how it fits with the latest reactive components for the Java platform. Speaker: Bill Burcham, Software Engineer, Pivotal Filmed at SpringOne Platform 2019 Slides:

Previous
Fully Reactive: Spring, Kotlin, and JavaFX Playing Together
Fully Reactive: Spring, Kotlin, and JavaFX Playing Together

Spring Framework 5 brings full reactive support to developers everywhere. What better way to demo reactive ...

Next Video
Reactive Relational Database Connectivity with Spring
Reactive Relational Database Connectivity with Spring

An increasing number of projects starts incorporating reactive programming. On their journey, they start to...