SumoLogic/sumologic-log4j2-appender

Support pluggable HTTP clients

drcrallen opened this issue · 1 comments

As per metamx#1 (comment) this ask is that the http clients used can be pluggable.

It looks like we're depending on several ApacheHttpClient features (CredentialsProvider for proxy settings, PoolingHttpClientConnectionManager, etc.), so this wouldn't be straightforward. What's the desired use case to support a different HTTP client?