When I establish a clickhouse client to send requests to clickhouse server, I expect to set a maximum time for each request. When timeout occurs, client should stop waiting for server. However, I find in the class Client this mechanism is not supported.
Are there any other ways to achieve this goal?