Event Sourcing Is Hard (2019)
chriskiehl.com
Event Sourcing Is Hard (2019)
1–10 of 126 posts
Re: Event Sourcing Is Hard (2019)
#2Re: Event Sourcing Is Hard (2019)
#3Has anything changed since then? Is there new tooling that resolves some of the pain points, or new techniques that change the picture?
Re: Event Sourcing Is Hard (2019)
#4https://vvvvalvalval.github.io/posts/2018-11-12-datomic-even...
Re: Event Sourcing Is Hard (2019)
#5This is from 2018.
Re: Event Sourcing Is Hard (2019)
#6Previous discussion (2019): https://news.ycombinator.com/item?id=19072850 Has anything changed since then? Is there new tooling that resolves some of the pain points, or new techniques that change the picture?
Re: Event Sourcing Is Hard (2019)
#7Is event sourcing about storing 1 authoritative, immutable, serialized narrative of events, or is it about tying together a pile of microservices?
I think the part where it goes wrong is where we try to subscribe to these events (i.e. push). This adds delivery semantics to the mix and forces a lot more constraints at vendor selection time. Being notified that something occurred is not part of event sourcing in my mind (though it is clearly one logical extenstion).
Re: Event Sourcing Is Hard (2019)
#8Event Sourcing sucks. I blame OOP abstractions taken to an extreme. https://vvvvalvalval.github.io/posts/2018-11-12-datomic-even...