Hi team, We face issue about how to make Clickhous...
# support
h
Hi team, We face issue about how to make Clickhouse work in high available mode. We setup Clickhouse with 1 shard 2 replicas. Currently each replica will receive the traffic in round robin. But it conflict with the best practice that we should only write to 1 single replica to avoid data part conflict. Is there a suggest way to make sure each request will send to the 1st replica and auto failover to 2nd replica when request failed.