-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Standardize Nexus Operation Input Arg. Deserialization Failure. Currently different SDKs have different behaviour here. Some SDKs treat it as a retry able handler error, other SDKs treat it as a non retry able handler error
Describe the solution you'd like
After consolation with the SDK team, the agreed behaviour is in core based SDKs failures from the payload converter are non retry able (BAD_REQUEST), and failures in the codec are retry able (INTERNAL).
Additional context
For Go and Java, since they are already GA each will require their own solution that can be proposed in the PR.
Per-SDK Tickets
- Go -
- Java -
- TypeScript -
- Python -
- .NET -
- Ruby -
- Rust -
- PHP -
- Temporal CLI -
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request