Will Akka Persistence work if you have two different clusters pointing to the same data store?
Imagine I have 2 data centers that point at the same database. If I have updates happening in both data centers at the same time, will akka persistence stomp all over the journal / snapshots? I know that akka persistence has sequence numbers, and I am not sure how those are managed. It would be great if this just worked, but I am thinking I need to implement my own persistence plugin and / or persistence layer in my app to make sure that there are no collisions. -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
