-
Notifications
You must be signed in to change notification settings - Fork 85
Add Blog for Go Client's new feature Batch Future #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Blog for Go Client's new feature Batch Future #283
Conversation
shijiesheng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great writing!
blog/2025-09-25-introducing-batch-future-faster-activity-execution.md
Outdated
Show resolved
Hide resolved
blog/2025-09-25-introducing-batch-future-faster-activity-execution.md
Outdated
Show resolved
Hide resolved
blog/2025-09-25-introducing-batch-future-faster-activity-execution.md
Outdated
Show resolved
Hide resolved
| Check out our [Batch Future sample](https://github.com/cadence-workflow/cadence-samples/tree/master/cmd/samples/batch) to see it in action. | ||
|
|
||
| ### 3. Migrate Your Workflows | ||
| Identify workflows that process multiple items and convert them to use Batch Future: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually not that easy to migrate. Users need to have version control for backward compatibility. This is almost always the case when workflow logic has changed. See https://cadenceworkflow.io/docs/go-client/workflow-versioning#versioning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-wrote the Migrate Your Workflows section. Take a look!
Signed-off-by: “Kevin” <[email protected]>
Signed-off-by: “Kevin” <[email protected]>
Signed-off-by: “Kevin” <[email protected]>
39d3a9b to
369ea6a
Compare
Signed-off-by: “Kevin” <[email protected]>
What changed:
Added blog with examples for Batch Future
Added myself to the authors.yml