Fork me on GitHub
#jackdaw
<
2019-10-07
>
creese01:10:26

For the rest, I would look for talks by “Greg Young” on YouTube.

creese01:10:23

He was the first person to really talk about CQRS and event sourcing.

creese01:10:10

As Ben Stopford pointed out in his Kafka Summit talk, you can’t really do Greg Young style event sourcing with Kafka, but you can do something close that gets you all the same benefits.

cddr07:10:08

> can’t really do greg young style event sourcing... Sounds like a challenge

ticean21:10:51

The DEDS book is excellent. This article does a good job explaining the high-level approach to event-sourcing in Kafka & Kafka Streams. I find event-sourcing as described with Kafka Streams is more simple and straightforward than the Greg Young style event store. https://www.confluent.io/blog/event-sourcing-cqrs-stream-processing-apache-kafka-whats-connection/