R2DBC vs. JDBC: What would you prefer?

Hey guys,

If you want to use a relational database inside a akka streams app (Performance is important, but memory usage should not be excessive). What would you prefer? JDBC with a separate thread pool or R2DBC?

1 Like