I am using Cluster Sharding with the Distributed Data Module.  I have 
remember entities on so that I can auto-start an entity during failover.

Even with the distributed data module, it appears as though I _need_ to 
have an akka persistence journal or else my Actor system doesn't start.

Is there something I am doing wrong?  I thought that Distributed Data would 
keep me from having to use akka persistence for cluster / cluster sharding?

Also, I will be running multiple clusters of the same system at the same 
time.

Typically, only one will be active, but I may use the other clusters to run 
functional tests and such.

Are there any issues with this setup?  My concern with akka persistence is 
multiple clusters stepping on each other in the journal.

Thanks!

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to