Building a Reactive DB Driver with R2DBC (Igor Lozynskyi, Ukraine) [UA]

Опубликовано: 03 Июль 2026
на канале: jeeconf
813
16

https://jeeconf.com/program/building-...

Reactive programming is popular nowadays. RxJava and Project Reactor made reactive programming an everyday routine. Spring Framework brought Spring WebFlux for high-performance web-applications and Spring Cloud for reactive messaging solutions. Now, we are tackling the last frontier where blocking approaches are still winning: database access. During this talk, we are going to implement our own toy reactive database driver (R2DBC-complaint) and use it for accessing data via Reactive Spring Data.