Reactive Relational Database Connectivity with Spring

October 17, 2019

An increasing number of projects starts incorporating reactive programming. On their journey, they start to discover that the only way to get the full benefit of that change is to ensure that they have a fully reactive stack. Reactive Relational Database Connectivity (R2DBC) enables access to SQL database systems in a fully reactive way. This talk explains R2DBC, how the API works, and the benefits for application developers that aim with Spring Data R2DBC for functional reactive access. You'll also learn how library authors benefit from a common standard for reactive database access, and how it contrasts with the ADBA project proposed as a successor to JDBC. Speaker: Mark Paluch, Spring Data Engineer, Pivotal Filmed at SpringOne Platform 2019 Slideshare Link: https://www.slideshare.net/SpringCentral/reactive-relational-database-connectivity-with-spring/SpringCentral/reactive-relational-database-connectivity-with-spring

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
Do’s and Don’ts: Avoiding First-Time Reactive Programmer Mines
Do’s and Don’ts: Avoiding First-Time Reactive Programmer Mines

You want reactive architecture, you know you’re going with WebFlux, you’re fully set up with BlockHound to ...