keith-turner commented on PR #4879: URL: https://github.com/apache/accumulo/pull/4879#issuecomment-2414383712
> My guess is that the HttpClient is creating a new connection for each async request because it's using http/1.1 which handles requests/responses serially. I added support for http/2 to the Monitor in https://github.com/apache/accumulo/pull/4982 , which should allow the HttpClient to multiplex requests over the same connection. That would be nice if it could do that. The monitor appender code use Java http client, so we need to research it and see what its behavior is for that case. -- 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]
