When using Hibernate Reactive and exposing an HTTP endpoint to execute some database operations, if the client closes the HTTP connection (e.g. closes the browser, cancels the loading of the page), there's a chance that it leads to leaking connections from the DB connection pool.