I am using this to setup RestTemplate. https://howtodoinjava.com/spring-boot2/resttemplate/resttemplate-httpclient-java-config/
At first it is working fine, then after sometime I am getting Timeout waiting for connection from pool; nested exception is org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool
Stacktrace:
_targethost _targetip _loggername _subsystem _procid _threadid _userid _transactionid _messageid [ERROR] 2021-07-06 15:39:18,396 [http-nio-8080-exec-630] [28477] com.thechetankrishna.lookupService:502 - lookup Failed : I/O error on POST request for SOME_URL: Timeout waiting for connection from pool; nested exception is org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool