murtaza13

Results 2 issues of murtaza13

I am working on developing a spring-boot based microservice of which dozens of application instances will run concurrently. I am planning to use HikariCP as our database connection pooling tool...

I have a distributed system that connects to around 150 different schemas/databases at the same time. For connecting to each schema/database, the application spins up a separate connection pool. Application...