Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here are some small ideas for improvements in the topic Failure and Error Signaling
the current Status.Failure message has only an exception as payload,
it could be extended with a "command" property to indicate the source.
The receiver of the Status.Failure message could handle the error and resend
the command back for an retry.
Task.Exception always returns an AggrateException and the PipeTo extensions could unwrap it with:
This would help the receiver to handle the error better.
But it maybe an unexpected change for some users.
Exceptions are not great for serialization / wire.
Beta Was this translation helpful? Give feedback.
All reactions