Skip to content

docs: update sdk arch docs to include nexus.#1258

Open
cconstable wants to merge 1 commit into
mainfrom
arch-docs-nexus-update
Open

docs: update sdk arch docs to include nexus.#1258
cconstable wants to merge 1 commit into
mainfrom
arch-docs-nexus-update

Conversation

@cconstable
Copy link
Copy Markdown

No description provided.

@cconstable cconstable requested a review from a team as a code owner May 12, 2026 17:43
Comment thread arch_docs/sdks_intro.md

### Nexus

Nexus allows Temporal operations to be sent across Namespaces. Operations can be anything from starting a new workflow to updating the state of a currently running workflow. A Nexus Service is what we call the interface that abstracts sending Operations. A Nexus Service abstracts implementation details like the target Namespace and the Task Queues that the Operations run on. Like Activities, Nexus Operations get all the Temporal durable execution guarantees. Instead of interacting directly with a Nexus Service, we call a Nexus Endpoint. Nexus Endpoints are reverse proxies that take incoming Nexus Operations and map them to Nexus Services (Namespace + Task Queue). Nexus Endpoints are registered in a Nexus Registry that exposes them to your organization.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please be critical of my terminology and phrasing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant