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
Is your feature request related to a problem? Please describe.
Temporal Server API exposes SignalWorkflowExecutionRequest#request_id that allows deduplicating (without guarantees) signal retry attempts. This allows deduplicating signal requests if the signal request experiences a gRPC error, but comes through from the Server point of view and gets retried.
Currently, JavaSDK doesn't utilize this mechanic
Describe the solution you'd like
Generate a unique UUID for each user-facing signal API and utilize SignalWorkflowExecutionRequest#request_id
The text was updated successfully, but these errors were encountered:
Spikhalskiy
changed the title
JavaSDK should utilize Signal requestId field for retries deduplication
Utilize Signal requestId field for signal gRPC retries deduplication
Feb 15, 2023
Is your feature request related to a problem? Please describe.
Temporal Server API exposes
SignalWorkflowExecutionRequest#request_id
that allows deduplicating (without guarantees) signal retry attempts. This allows deduplicating signal requests if the signal request experiences a gRPC error, but comes through from the Server point of view and gets retried.Currently, JavaSDK doesn't utilize this mechanic
Describe the solution you'd like
Generate a unique UUID for each user-facing signal API and utilize
SignalWorkflowExecutionRequest#request_id
The text was updated successfully, but these errors were encountered: