Alexei Gorbachenko

Results 5 comments of Alexei Gorbachenko

@chemicL, hmm... As I understand, my example uses `usingWhen` implicitly via `DefaultDatabaseClient`'s `org.springframework.r2dbc.core.DefaultDatabaseClient#inConnection`: `SimpleR2dbcRepository` -> `R2dbcEntityTemplate implements R2dbcEntityOperations` -> `DatabaseClient`. Doesn't it?

There is an issue with the pool described in https://github.com/r2dbc/r2dbc-pool/issues/198. Maybe the same, maybe not)

Hi, looks pretty much the same as https://github.com/r2dbc/r2dbc-pool/issues/198

Most likely - yes: https://github.com/r2dbc/r2dbc-pool/issues/211#issuecomment-2602539989 Another reason is that virtual threads + traditional JDBC, in most cases, do the same (with proper bridging to reactive interfaces, including resultset streaming). This...