event-sourcing-kafka-streams icon indicating copy to clipboard operation
event-sourcing-kafka-streams copied to clipboard

Demo code from my talk @ Codemotion Milan 2018 - "Building event sourced systems with Kafka Streams"

Results 1 event-sourcing-kafka-streams issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanks for sharing your code! Very interesting! Just one question: I see that you do an "optimistic lock" by checking the expected version in the command with the version of...