Skip to content

Commit 29d8dc0

Browse files
stephanosclaude
andcommitted
Shorten failover behavior bullets
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 63eed47 commit 29d8dc0

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,11 @@ sequenceDiagram
158158
Note over caB: Nexus Operation completes
159159
```
160160

161-
- **Callbacks are delivered internally** to the caller Namespace's active Cluster,
162-
re-resolved on each attempt. No callback URL, DNS, or proxy to manage.
163-
- **Forwarding runs on the surviving Cluster**, never the failed one, so planned
164-
failover and permanent Cluster loss both work.
165-
- **Caller and handler can be active on different Clusters** (active is per
166-
Namespace). The completion forwards across Clusters automatically, as long as each
167-
Cluster advertises its `httpAddress`.
168-
- **On permanent Cluster loss, fail over every Namespace off it.** A completion
169-
still pointing at the lost Cluster retries until you do; state not replicated
170-
before the loss is lost with it.
161+
- **Callbacks are delivered internally** to the caller's active Cluster, re-resolved
162+
on each attempt. No callback URL, DNS, or proxy needed.
163+
- **Forwarding runs on a surviving Cluster**, never the failed one, so planned
164+
failover and permanent loss both work.
165+
- **Caller and handler can be active on different Clusters.** Cross-Cluster
166+
completions forward automatically when every Cluster advertises its `httpAddress`.
167+
- **On permanent Cluster loss, fail over every Namespace off it.** Completions to the
168+
lost Cluster retry until you do, and unreplicated state is lost.

0 commit comments

Comments
 (0)