HikariCP Creating New Connections Despite Idle Connections Available
I’m experiencing a strange behavior with HikariCP in my Spring Boot application. Even though there are idle connections available, HikariCP seems to be creating new connections instead of using the idle ones.