@@ -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