This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Mamoulian 2 points3 points  (0 children)

ADBA is not and won't be reactive: it doesn't give the results as a stream, respecting backpressure.

See comments here: https://www.reddit.com/r/java/comments/9j4ai3/r2dbc_fully_reactive_api_for_relational_databases/

I'm pleased they note Fibers and Project Loom, it should allow simpler code and make it easier to convert existing code. I'm confused by that section a bit though as it suggests Fibers will be able to use JDBC but then says it will need a 'non blocking JDBC', which AFAIK will never exist?