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
I am actively seeking a solution to re-running saga events and I came across this interesting project, so I am interested in knowing if it offers a solution for this purpose. I am aware that the latest version of Axon Framework has introduced a Dead-letter queue to store problematic events and restart the process later, but it does not currently support sagas. In light of this, I was curious if this project offers a solution for re-running saga events in case of errors.