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
Implement task execution ids. This value must be unique per activity and must not change on retries. This new id can be used for idempotency, task state or error handling.
Is this associated with a protos change? Can you point me towards anything else that articulates what the SDK should be doing with them outside of just having them for the fun of it?
Describe the feature
Implement task execution ids. This value must be unique per activity and must not change on retries. This new id can be used for idempotency, task state or error handling.
java-sdk already introduced them task execution ids and dapr/java-sdk#1352
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: