I want to create a HTTP Connection pool with a fixed URL at Application start-up and when ever i need to send http post request i will pick connection from pool and after using same connection need to be return in pool.
Suppose url is http://localhost:8082/test
environment:- spring boot
Please guide me how can i achieve the same.