Skip to content
Advertisement

R2DBC support in Jooq for Reactive applications

Currently I have written my project using spring boot + hikari connection pool, and fetching the result using fetchAsync method.
But according to this documentation Reactive fetching, its Blocking JDBC API.

Is it possible to encapsulate CompletionStage object of fetchAsync method with flux and make it reactive ?

Is there a plan for supporting r2dbc with connnection pool, and timeline if underway

Advertisement

Answer

jOOQ will support R2DBC in the upcoming 3.15 version:

https://github.com/jOOQ/jOOQ/issues/11700

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement