[akka-user] Akka Persistence and store events for external consumption

2015-03-04 Thread Hannes Stockner
Hello, I am using Akka Cluster Sharding because I have many stateful actors that together don't fit on one machine. Additionally I am also using Akka Persistence (with Cassandra journal) for the snapshot mechanism (to recreate state). For storing the events I would like to use a user defined sc

Re: [akka-user] Akka Persistence and store events for external consumption

2015-03-09 Thread Patrik Nordwall
Hi Hannes, On Wed, Mar 4, 2015 at 6:42 PM, Hannes Stockner wrote: > Hello, > > I am using Akka Cluster Sharding because I have many stateful actors that > together don't fit on one machine. > Additionally I am also using Akka Persistence (with Cassandra journal) for > the snapshot mechanism (to