You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up a ClickHouse cluster with 3 partitions and 1 replica, but when I use a JDBC connection, I can only choose one of the IP addresses to use as the connection string, which has a single point of failure. I try to use nginx (ip: 30.23.78.112) as the listening port 8123 and forward the request to the Clickhouse host, so is the JDBC connection string (jdbc: clickhouse: //30.23.78.112: 8123 / database name) I use correct?
The text was updated successfully, but these errors were encountered:
I set up a ClickHouse cluster with 3 partitions and 1 replica, but when I use a JDBC connection, I can only choose one of the IP addresses to use as the connection string, which has a single point of failure. I try to use nginx (ip: 30.23.78.112) as the listening port 8123 and forward the request to the Clickhouse host, so is the JDBC connection string (jdbc: clickhouse: //30.23.78.112: 8123 / database name) I use correct?
The text was updated successfully, but these errors were encountered: