kairosdb/kairosdb-client

Add timeout parameter to HttpClient client

FrEaKmAn opened this issue · 2 comments

There should be an option to pass timeout to HttpClient in case if server cannot be reached.

facing the same issue, the HttpClient(kdbUrl) API hangs if the server is not reachable or unable to respond.

Added a configuration to HttpClient that allows you to set the timeout.