diff --git a/docs/encyclopedia/temporal-service/multi-cluster-replication.mdx b/docs/encyclopedia/temporal-service/multi-cluster-replication.mdx index 23d13f192a..06ccc883d0 100644 --- a/docs/encyclopedia/temporal-service/multi-cluster-replication.mdx +++ b/docs/encyclopedia/temporal-service/multi-cluster-replication.mdx @@ -33,8 +33,9 @@ When necessary, for higher availability, Cluster operators can failover to any o Temporal's Multi-Cluster Replication feature is considered **experimental** and not subject to normal [versioning and support policy](/temporal-service/temporal-server#versions-and-support). -Temporal automatically forwards Start, Signal, and Query requests to the active Cluster. -This feature must be enabled through a Dynamic Config flag per [Global Namespace](/global-namespace). +When a client connects to a standby Cluster, its requests can be forwarded to the +active Cluster. This is off by default; enable it by setting +[`dcRedirectionPolicy`](/references/configuration#dcredirectionpolicy). When the feature is enabled, Tasks are sent to the Parent Task Queue partition that matches that Namespace, if it exists. diff --git a/docs/production-deployment/self-hosted-guide/multi-cluster-replication.mdx b/docs/production-deployment/self-hosted-guide/multi-cluster-replication.mdx index 04deeba163..5d2a942e02 100644 --- a/docs/production-deployment/self-hosted-guide/multi-cluster-replication.mdx +++ b/docs/production-deployment/self-hosted-guide/multi-cluster-replication.mdx @@ -20,8 +20,9 @@ When necessary, for higher availability, Cluster operators can failover to any o Temporal's Multi-Cluster Replication feature is considered **experimental** and not subject to normal [versioning and support policy](/temporal-service/temporal-server#versions-and-support). -Temporal automatically forwards Start, Signal, and Query requests to the active Cluster. -This feature must be enabled through a Dynamic Config flag per [Global Namespace](/global-namespace). +When a client connects to a standby Cluster, its requests can be forwarded to the +active Cluster. This is off by default; enable it by setting +[`dcRedirectionPolicy`](/references/configuration#dcredirectionpolicy). When the feature is enabled, Tasks are sent to the Parent Task Queue partition that matches that Namespace, if it exists.