Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down