Hacker News new | ask | show | jobs
by FeepingCreature 1330 days ago
This only works if your events are in a single globally ordered stream or all your code is eventually consistent over every stream it consumes. Specifically, you cannot do the "query a service for the aggregate state" thing this article espouses for thin events, ever.
1 comments

You can achieve strong eventual consistency with this system.