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: