logoalt Hacker News

globular-toasttoday at 7:26 AM0 repliesview on HN

They're not mutually exclusive. Nothing about "event driven" means async. I have an event driven modular monolith and all events are handled synchronously. It's up to the receiver to queue a task if it needs to, so context boundaries are not crossed.