Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/develop/python/temporal-nexus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ import { CaptionedImage } from '@site/src/components';

:::tip SUPPORT, STABILITY, and DEPENDENCY INFO

Temporal Python SDK support for Nexus is at [Public Preview](/evaluate/development-production-features/release-stages#public-preview).

Features in public preview may undergo further development and testing before they are made Generally Available.
These features are being refined and are recommended for production usage.
The APIs may undergo changes; however, Temporal's goal is to maintain backward compatibility.
Temporal Python SDK support for Nexus is now [Generally Available](/evaluate/development-production-features/release-stages#general-availability).

:::

Expand Down
37 changes: 21 additions & 16 deletions docs/evaluate/development-production-features/temporal-nexus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,6 @@ Nexus supports cross-team, cross-domain, cross-namespace, multi-region, and mult

Unlike other forms of inter-service communication, Nexus combines a familiar programming model with the resiliency of the Temporal Platform and its queue-based Worker architecture.

Use the following decision tree to help determine if Nexus is right for your use case:

<div style={{textAlign: 'center', margin: '2rem 0'}}>
<a href="/diagrams/nexusadoptionlight.png" target="_blank" rel="noopener noreferrer">
<ThemedImage
alt="Should I use Nexus? Decision tree"
sources={{
light: '/diagrams/nexusadoptionlight.png',
dark: '/diagrams/nexusadoptiondark.png',
}}
style={{maxWidth: '100%', cursor: 'pointer'}}
/>
</a>
</div>

### Benefits

- **Integrated Temporal experience** \- with improved security, observability, and reliability.
Expand Down Expand Up @@ -143,6 +128,23 @@ Use the following decision tree to help determine if Nexus is right for your use
- Restrict which callers can use a Nexus Endpoint, with built-in Endpoint access controls.
- Stream audit logs including Nexus Registry actions to create, update, or delete Endpoints.

## Should I use Nexus?

Use the following decision tree to help determine if Nexus is right for your use case:

<div style={{textAlign: 'center', margin: '2rem 0'}}>
<a href="/diagrams/nexusadoptionlight.png" target="_blank" rel="noopener noreferrer">
<ThemedImage
alt="Should I use Nexus? Decision tree"
sources={{
light: '/diagrams/nexusadoptionlight.png',
dark: '/diagrams/nexusadoptiondark.png',
}}
style={{maxWidth: '100%', cursor: 'pointer'}}
/>
</a>
</div>

## Learn more

To connect with the Nexus community, join the [#nexus](https://temporalio.slack.com/archives/C07LQN0JK9B) channel in [Temporal Slack](https://t.mp/slack).
Expand All @@ -154,6 +156,9 @@ To connect with the Nexus community, join the [#nexus](https://temporalio.slack.
<RelatedReadItem path="/nexus" text="Nexus concepts and getting started" archetype="encyclopedia" />
<RelatedReadItem path="/develop/go/nexus" text="Go SDK - Nexus quick start and code sample" archetype="feature-guide" />
<RelatedReadItem path="/develop/java/nexus" text="Java SDK - Nexus quick start and code sample" archetype="feature-guide" />
<RelatedReadItem path="/develop/python/nexus" text="Python SDK - Nexus quick start and code sample" archetype="feature-guide" />
<RelatedReadItem path="/develop/typescript/nexus" text="TypeScript SDK - Nexus quick start and code sample" archetype="feature-guide" />
<RelatedReadItem path="/develop/dotnet/nexus" text=".NET SDK - Nexus quick start and code sample" archetype="feature-guide" />
<RelatedReadItem path="/cloud/nexus" text="Production deployment in Temporal Cloud" archetype="feature-guide" />
<RelatedReadItem path="/production-deployment/self-hosted-guide/nexus" text="Self-hosted deployment" archetype="feature-guide" />
</RelatedReadContainer>
</RelatedReadContainer>
Loading