jackdaw

https://github.com/FundingCircle/jackdaw
2019-10-07T01:30:08.071300Z

There is Ben Stopford’s book: https://www.confluent.io/designing-event-driven-systems

2019-10-07T01:35:26.072800Z

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

2019-10-07T01:36:23.073400Z

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

2019-10-07T01:38:10.074800Z

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.

2019-10-07T07:27:08.076100Z

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

2019-10-07T21:35:51.085100Z

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/