Ask HN: How do you do Event Sourcing?
I see a lot of people talking about Kafka, but I don't really get how to fit it inside an Event Sourcing system.
What is the current state of the art (if there is such a thing) of Event Sourcing?
What is the current state of the art (if there is such a thing) of Event Sourcing?
2 comments
[ 4.2 ms ] story [ 13.6 ms ] threadI think people are doing ES in different ways, and I wish I could hear about the architectures around: what kinds of internal services people have producing and consuming the events, where they process the side effects of the events, where to store the events and also how they are updating the databases used by the applications. I mentioned Kafka because it plays a major role for several implementations, but Kafka is not the whole story neither it is obvious how to deal with it.