arganzheng / opentsdb-java-client

OpenTSDB Java Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure HTTP client to use system properties

twiechert opened this issue · comments

... otherwise the client is not able to pick up important system settings like the system-proxy.

Alternatively, one could think of passing a custom instance of the apache httpClient directly trough HttpClient -> PoolingHttpClient.

Thanks,
Tayfun