I try to kill a connection that is not returned to the pool after a certain time.
For this, could you add a function in the ProxyConnection class to kill a connection?
This function will evict the connection from the pool and call the close() method of the JDBC driver connection.