Investigating Kafka as an Event Store
In this post we explore using Kafka as an Event Store.
Kafka is “publish-subscribe messaging rethought as a distributed commit log”.
Includes Ruby code examples.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
In this post we explore using Kafka as an Event Store.
Kafka is “publish-subscribe messaging rethought as a distributed commit log”.
Includes Ruby code examples.
Comments
https://stackoverflow.com/questions/17708489/using-kafka-as-a-cqrs-eventstore-good-idea/22597637#22597637
Post a comment