Hi,
We've been using the HikariCP pool and it's been really great!
Here's one question that's been stumping us for awhile:
How do you force kill a SQL connection that is being managed by Hikari? So we have a Connection object that was returned from Hikari, but we want to force close that connection rather than have it returned to the pool.
Thanks,
Eric