Managing JDBC Connections Java Virtual Threads
We have a service in Java 17 which executes logic on our end sends request to a third party system. The response time from the third party system is around 800-1400ms.
We have a ThreadPoolExecutor for this with a size of 12 (cannot further increase it due to infrastructure limitations)