Skip to content

Commit 92a7ad7

Browse files
stephanosclaude
andcommitted
Use full 'Namespace', HTML bold for active-Cluster notes, rename final note
- Expand 'ns' to 'Namespace' in the sequence diagram participants. - Bold the active-Cluster notes with <b> (markdown strings rendered literally). - Rename the final note to 'Nexus Operation completes'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c76f7ea commit 92a7ad7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,21 +141,21 @@ after it, on the new active Cluster:
141141
```mermaid
142142
sequenceDiagram
143143
box Cluster A
144-
participant caA as Caller ns
145-
participant haA as Handler ns
144+
participant caA as Caller Namespace
145+
participant haA as Handler Namespace
146146
end
147147
box Cluster B
148-
participant caB as Caller ns
149-
participant haB as Handler ns
148+
participant caB as Caller Namespace
149+
participant haB as Handler Namespace
150150
end
151-
Note over caA,haA: Cluster A active
151+
Note over caA,haA: <b>Cluster A active</b>
152152
caA->>haA: start Nexus Operation
153153
haA-->>caA: Operation started, token returned
154154
Note over caA,haB: Namespace state replicates A to B
155155
Note over caA,haB: 💥 failover, active moves to Cluster B
156-
Note over caB,haB: Cluster B active
156+
Note over caB,haB: <b>Cluster B active</b>
157157
haB->>caB: completion delivered (callback)
158-
Note over caB: Caller Workflow completes
158+
Note over caB: Nexus Operation completes
159159
```
160160

161161
- **Callbacks are delivered internally** to the caller Namespace's active Cluster,

0 commit comments

Comments
 (0)