Hello, i would like to setup ClickHouse in HA mode (https://signoz.io/docs/operate/clickhouse/distributed-clickhouse/#distributed-clickhouse-setup-for-signoz) with 2 ClickHouse replicas, but from what i've read (e.g here: https://github.com/ClickHouse/ClickHouse/issues/57382#issuecomment-1839223016) i would need to use replicated tables when trying to use 2 replicas, also on the page there is a info "Multiple replicas for clickhouse shards are not supported in v0.12.0 so don't change replicasCount in the clickhouse config, please follow upcoming releases to check availability of replication of clickhouse shards". I installed SigNoz with version 0.40 and would like to use 2 replicas of ClickHouse, is it possible in this version?
If i'm understanding it correctly, SigNoz itself creates tables schema with ReplacingMergeTree and MergeTree, but the one needed for HA with 2 replicas is ReplicatedMergeTree, is it possible to replace it?