brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.63k stars 2.9k forks source link

dynamic pool growth #2205

Open rbdevopsx opened 1 month ago

rbdevopsx commented 1 month ago

HikariCP does not directly support dynamic pool growth beyond the configured maximumPoolSize. Is it possible to implement this feature?