r2dbc / r2dbc-spi

Service Provider Interface for R2DBC Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demarcating checkin and checkout of a physical connection from a pool

mp911de opened this issue · comments

See also https://groups.google.com/g/r2dbc/c/zZ09hFMR9N8:

The JDBC Spec defines beginRequest and endRequest methods that allows connection pools to notify physical connections on checkin/checkout.
We believe that If JDBC needs such API, then there's a good chance R2DBC needs a reactive version of that same API.

I create a pull request #235 to explore lifecycle callbacks as per this ticket.