-
Notifications
You must be signed in to change notification settings - Fork 730
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 example for workflow ID reuse policy #3909
Comments
/assign |
I just recall that the SDK updates for reuse ID were paused when we worked on the .NET SDK updates for ID reuse support, the discussion about refactoring the design dapr/dapr#6434 was brought up by the .NET SDK repo maintainer and the SDK updates are paused. Currently, customers cannot use this feature as SDKs don't have support for it. cc @cgillum |
@kaibocai I don't think it makes sense to pause all SDK work because of a small change we want to make to the |
Thank you, @cgillum. I'll proceed with the SDK development. In fact, Java already had a PR for review concerning this feature. I plan to collaborate with another SDK owner to incorporate support for this feature. However, given our current timeline, it's possible that this update may not be included in the 1.13 release. |
@cgillum @kaibocai - Can one of you give an update on this. Is my understanding correct
|
My understanding at this point is that the feature was added, but only a subset of Durable Task SDKs support it. Right now, it might only be the Go SDK. I took a quick look, and it appears that some PRs were created for .NET and Java, but ended up getting stalled for one reason or another:
I'm not aware of whether any work was started for Python and JavaScript, nor am I aware of any timelines. IIRC, 1.14 will be closing soon, so 1.15 might be more realistic for having this work done. However, work/discussions may be needed to get the appropriate teams/developers aligned on prioritizing and completing it. |
This isn't supported in any Dapr SDKs yet - pushing to 1.15. |
What content needs to be created or modified?
Reference to dapr/dapr#7101 and dapr/dapr#7308, workflow ID reuse policy support is ready.
Describe the solution you'd like
Add examples for explaining workflow ID reuse policy
Where should the new material be placed?
Examples should be added somewhere here https://github.com/kaibocai/docs/tree/7e79a7f0bb725da707a3e2a713925b74ac74b877/daprdocs/content/en/developing-applications/building-blocks/workflow
The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos
dapr/dapr#7101
dapr/dapr#7308
Additional context
The text was updated successfully, but these errors were encountered: