Reputation: 33
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
Upvotes: 1
Views: 779
Reputation: 36223
jOOQ will support R2DBC in the upcoming 3.15 version:
https://github.com/jOOQ/jOOQ/issues/11700
Upvotes: 2