Andrey
Andrey
Is there any ability to assign one port for frontend-backend communication and another port for listening http clients? It would be very handy to control/firewall traffic.
Let's say we have identical brokers and capacityJSON has only default broker definition: ```json { "brokerCapacities": [ { "brokerId": "-1", "capacity": { "CPU": "100", "DISK": { "/var/lib/kafka/data1/data": "1500000", "/var/lib/kafka/data2/data": "1500000",...
I'd like to have an ability to specify ClickHouse version in `create_client()` so client could skip informational queries like `SELECT version(), timezone()` [here](https://github.com/ClickHouse/clickhouse-connect/blob/8a70ac04d4dd2943d7321d165fcbf0ef4eab5926/clickhouse_connect/driver/client.py#L67) **Is your feature request related to a...