Open
Description
This is also more of a question since I'm still figuring things out and wanted to know more about the error handling practices of Riker. Wouldn't it be better if receive functions can return a Result
? e.g. an anyhow::Result
or Riker special result with errors that give hints of severity to know if the message should be retried, the actor restarted or just go to the dead letters queue? I know there is a preference in this pattern for letting things fail but on the ergonomics side it's like writing old rust with tons of unwrap
/expect
and I'm still to early in the game to even know how to handle those panics later 😅
Metadata
Metadata
Assignees
Labels
No labels