Skip to content

Commit e42e4f9

Browse files
stephanosclaude
andcommitted
Demote dcRedirectionPolicy to optional in forwarding step
Nexus forwarding is on by default (enableNamespaceNotActiveAutoForwarding). dcRedirectionPolicy is an optional client-API convenience, not a requirement (default noop; not mandated by the multi-cluster docs). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b2e663d commit e42e4f9

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

docs/production-deployment/self-hosted-guide/temporal-nexus.mdx

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -116,21 +116,12 @@ target an external URL (`--target-url`), which is experimental and not covered h
116116
[Nexus Endpoint registry](/nexus/registry) isn't replicated across Clusters.
117117
Create the same Endpoints (same target Namespace and Task Queue) on each Cluster.
118118

119-
4. **Enable cross-Cluster forwarding.** Two independent settings apply:
120-
121-
- **Nexus requests and callbacks** are forwarded by
122-
`system.enableNamespaceNotActiveAutoForwarding` (per-Namespace dynamic config,
123-
defaults to `true`). Make sure it isn't turned off for the Namespace.
124-
125-
- **Workflow and Activity client APIs** (so callers and clients reach the active
126-
Cluster from either side) are forwarded by the server's
127-
[`dcRedirectionPolicy`](/references/configuration#dcredirectionpolicy) in static
128-
config. It defaults to no redirection, so set it to `all-apis-forwarding`:
129-
130-
```yaml
131-
dcRedirectionPolicy:
132-
policy: "all-apis-forwarding"
133-
```
119+
4. **Cross-Cluster forwarding.** Nexus request and callback forwarding is on by
120+
default via `system.enableNamespaceNotActiveAutoForwarding` (per-Namespace
121+
dynamic config); just don't disable it. Optionally, set the server's
122+
[`dcRedirectionPolicy`](/references/configuration#dcredirectionpolicy) to
123+
`all-apis-forwarding` so Workflow and Activity client APIs also forward to the
124+
active Cluster when a client connects to a standby.
134125

135126
### What to expect on failover
136127

0 commit comments

Comments
 (0)