[akka-user] Why does Akka persist sharding coordinators when you use Akka persistence ?

2014-10-15 Thread John Stephen
Hi, We want to use sharding and Akka persistence. So far we have only used an in memory implementation for Akka persistence but now want to implement a proper storage solution. We have noticed that Akka is persisting the the shard co-ordinators in addition to our persistent actors. Do you know

Re: [akka-user] Why does Akka persist sharding coordinators when you use Akka persistence ?

2014-10-15 Thread Konrad 'ktoso' Malawski
Hi John, We want to use sharding and Akka persistence. So far we have only used an in memory implementation for Akka persistence but now want to implement a proper storage solution. Glad to hear that! We have noticed that Akka is persisting the the shard co-ordinators in