You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DO NOT MERGE] Python SDK support for Nexus to GA (#4221)
* Python support for Nexus to GA
Signed-off-by: Phil Prasek <prasek@gmail.com>
* update evaluate page to include python and other SDKs
Signed-off-by: Phil Prasek <prasek@gmail.com>
---------
Signed-off-by: Phil Prasek <prasek@gmail.com>
Co-authored-by: Jwahir Sundai <jwahir.sundai@temporal.io>
Copy file name to clipboardExpand all lines: docs/evaluate/development-production-features/temporal-nexus.mdx
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,21 +50,6 @@ Nexus supports cross-team, cross-domain, cross-namespace, multi-region, and mult
50
50
51
51
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.
52
52
53
-
Use the following decision tree to help determine if Nexus is right for your use case:
To connect with the Nexus community, join the [#nexus](https://temporalio.slack.com/archives/C07LQN0JK9B) channel in [Temporal Slack](https://t.mp/slack).
@@ -154,6 +156,9 @@ To connect with the Nexus community, join the [#nexus](https://temporalio.slack.
154
156
<RelatedReadItempath="/nexus"text="Nexus concepts and getting started"archetype="encyclopedia" />
155
157
<RelatedReadItempath="/develop/go/nexus"text="Go SDK - Nexus quick start and code sample"archetype="feature-guide" />
156
158
<RelatedReadItempath="/develop/java/nexus"text="Java SDK - Nexus quick start and code sample"archetype="feature-guide" />
159
+
<RelatedReadItempath="/develop/python/nexus"text="Python SDK - Nexus quick start and code sample"archetype="feature-guide" />
160
+
<RelatedReadItempath="/develop/typescript/nexus"text="TypeScript SDK - Nexus quick start and code sample"archetype="feature-guide" />
161
+
<RelatedReadItempath="/develop/dotnet/nexus"text=".NET SDK - Nexus quick start and code sample"archetype="feature-guide" />
157
162
<RelatedReadItempath="/cloud/nexus"text="Production deployment in Temporal Cloud"archetype="feature-guide" />
0 commit comments