Go SDK- Add docs for stand alone nexus operations#4430
Go SDK- Add docs for stand alone nexus operations#4430Quinn-With-Two-Ns wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📖 Docs PR preview links
|
2f43d8b to
43640c5
Compare
| Workflow-driven Operations — only the execution path differs. See the [Nexus feature guide](/develop/go/nexus/feature-guide) for details on | ||
| [defining a Service contract](/develop/go/nexus/feature-guide#define-nexus-service-contract), | ||
| [developing Operation handlers](/develop/go/nexus/feature-guide#develop-nexus-service-operation-handlers), and | ||
| [registering a Service in a Worker](/develop/go/nexus/feature-guide#register-a-nexus-service-in-a-worker). |
There was a problem hiding this comment.
I'm torn here on if we should suggest the quickstart or the feature guide here. I think either are fine, but maybe the quickstart would be nicer if someone has no idea about Nexus.
|
|
||
| ## Temporal Cloud support | ||
|
|
||
| Standalone Activities in Temporal Cloud is available as a Public Preview feature. |
There was a problem hiding this comment.
| Standalone Activities in Temporal Cloud is available as a Public Preview feature. | |
| Standalone Nexus Operations in Temporal Cloud is available as a Pre-release feature. |
There was a problem hiding this comment.
Small nit on these diagrams:
The key at the bottom labels green as SANO, but the "Nexus Service, Operation Handlers & Worker Deployment" are used for both paths.
Even smaller nit:
Should we call it "Temporal Nexus Service?" Just want to be 100% clear that it's not some separate entity but part of the the Temporal offering.
|
|
||
| ::: | ||
|
|
||
| Standalone Nexus Operations let you run Nexus Operation Executions independently, without being orchestrated by a |
There was a problem hiding this comment.
Maybe "Standalone Nexus Operations" should link to the new encyclopedia page?
What does this PR do?
Add docs for Stand Alone Nexus Operations
Notes to reviewers
Still needs the Go SDK released and temporalio/samples-go#456 to be merged
┆Attachments: EDU-6202 Go SDK- Add docs for stand alone nexus operations