bpitman commented on PR #421:
URL: 
https://github.com/apache/httpcomponents-core/pull/421#issuecomment-1693712807

   Example data for a request:
   ```
   {
     "state": "RUNNING",
     "status": "UP",
     "name": "upload",
     "hostname": "192.168.30.10",
     "ip": "192.168.30.10",
     "scheme": "https",
     "port": 8443,
     "sslHost": "upload-test.domain.com",
     "clientAuth": null,
     "healthcheck": "/healthcheck"
   }
   ```
   
   If using HttpContext to control this request execution, then I end up with a 
requester per request, correct?  Conn pool wouln't be able to manage max total 
connections across a group of nodes?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to