Hacker News new | ask | show | jobs
by dsies 2052 days ago
Ahhh gotcha! Yes, that's actually one, decent sized pro for doing an event driven monolith haha

With that said, in a monolith - there is still a chance of missed events - deploy, bugs, etc. and at that point, you'd still want to employ replay to get your system back into a good state.

Your initial question was about missed events - replay is still the answer and if you design your system with idempotency - you will be able to reingest events (even if they're dupes).