Simone Brundu
Results
1
issues of
Simone Brundu
Hello, The JDBC clickhouse driver that the connector uses supports already load balancing, specifing in the connection string multiple hosts and ports. ``` String connString = "jdbc:clickhouse://server1:8123,server2:8123,server3:8123/database"; BalancedClickhouseDataSource balancedDs =...