Hacker News new | ask | show | jobs
by mattacular 746 days ago
What's the benefit of using an asynchronous event driven system if you can't process any of those events without performing a synchronous query back on the same provider for all of the necessary data?
1 comments

You get relevant notifications without polling or needing to sub, and you don’t have to be strict about message versioning.