cqrs - Replay event store in Rebus -
im working rebus (0.84) , need build simple console app replay events (rebuilding query store).
task pretty simple when comes simple ihandlemessages<t>
(get handlers , call them), things got complicated when introduced sagas in code. maybe 1 of have working solution ? best use actual rebus , replay events through somehow synchronously configured bus - in case rebuild query side , long living sagas.
Comments
Post a Comment