Re: [akka-user] Cassandra Time Stamp Problem and How Akka can help?

2017-03-15 Thread Justin du coeur
You may want to take a look at the combination of Akka Cluster Sharding, and Akka Persistence over Cassandra -- that's the most-idiomatic Akka way to deal with this. Cluster Sharding says that each Entity is represented at most once in the cluster (so you don't have multiple nodes contending for

[akka-user] Cassandra Time Stamp Problem and How Akka can help?

2017-03-14 Thread kant kodali
Hi All, I have Kafka as my live streaming source of data (This data isn't really events but rather just messages with a state) and I want to insert this data into Cassandra but I have the following problem. Cassandra uses Last Write Wins Strategy using timestamps to resolve conflicting