Skip to content

Commit f8db375

Browse files
stephanosclaude
andcommitted
Link dcRedirectionPolicy to config reference; clarify clusterInformation entry
- Link dcRedirectionPolicy to references/configuration, its canonical entry. - Clarify that the per-Cluster clusterInformation entry already contains the replication fields (enabled, rpcName, rpcAddress, initialFailoverVersion) and that httpAddress is added to it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 16a8c65 commit f8db375

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,18 @@ target an external URL (`--target-url`), which is experimental and not covered h
128128
httpPort: 7243
129129
clusterMetadata:
130130
clusterInformation:
131-
cluster-a: # existing replication entry, per Cluster
131+
cluster-a: # per-Cluster entry from replication setup
132+
# ...existing fields: enabled, rpcName, rpcAddress, initialFailoverVersion
132133
httpAddress: "cluster-a-host:7243" # add this, advertised to peers
133134
```
134135

135136
4. **Enable automatic forwarding** so a request that lands on a standby Cluster
136137
forwards to the active one. This has two parts.
137138

138-
Set the server's `dcRedirectionPolicy` in static config. It defaults to no
139-
redirection, so you must set it to `all-apis-forwarding` (or
140-
`selected-apis-forwarding`):
139+
Set the server's
140+
[`dcRedirectionPolicy`](/references/configuration#dcredirectionpolicy) in static
141+
config. It defaults to no redirection, so you must set it to
142+
`all-apis-forwarding` (or `selected-apis-forwarding`):
141143

142144
```yaml
143145
dcRedirectionPolicy:

0 commit comments

Comments
 (0)