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
Copy file name to clipboardExpand all lines: README.md
+101-7Lines changed: 101 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1312,15 +1312,109 @@ affect calls activity code might make to functions on the `temporalio.activity`
1312
1312
1313
1313
### Nexus
1314
1314
1315
-
⚠️ **Nexus support is currently at an experimental release stage. Backwards-incompatible changes are anticipated until a stable release of Nexus support is announced.** ⚠️
1316
-
1317
-
#### What is Nexus?
1315
+
⚠️ **Nexus support is currently at an experimental release stage. Backwards-incompatible changes are anticipated until a stable release is announced.** ⚠️
1316
+
1317
+
[Nexus](https://github.com/nexus-rpc/) is a synchronous RPC protocol. Arbitrary duration operations that can respond
1318
+
asynchronously are modeled on top of a set of pre-defined synchronous RPCs.
1319
+
1320
+
Temporal supports calling Nexus operations **from a workflow**. See https://docs.temporal.io/nexus. There is no support
1321
+
currently for calling a Nexus operation from non-workflow code.
1322
+
1323
+
To get started quickly using Nexus with Temporal, see the Python Nexus sample:
0 commit comments