Optional
Experimental
http_undefined
Optional
keep_HTTP Keep-Alive related settings
Optional
enabled?: booleanEnable or disable HTTP Keep-Alive mechanism.
true
Optional
idle_For how long keep a particular idle socket alive on the client side (in milliseconds).
It is supposed to be a fair bit less that the ClickHouse server KeepAlive timeout,
which is by default 3000 ms for pre-23.11 versions.
When set to 0
, the idle socket management feature is disabled.
2500
Optional
Experimental
set_Enable or disable the Authorization
header with basic auth for the outgoing HTTP(s) requests.
true (enabled)
Optional
tls?: BasicTLSOptions | MutualTLSOptionsGenerated using TypeDoc
Custom HTTP agent to use for the outgoing HTTP(s) requests. If set, BaseClickHouseClientConfigOptions.max_open_connections, tls and keep_alive options have no effect, as it is part of the default underlying agent configuration.