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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]