HI Paul, I am not 100% sure about your intentions. However, if your goal is having two application running in two data centers and both should see the events of each other, maybe eventuate <http://rbmhtechnology.github.io/eventuate/> is a better fit for you. Quoting its home-page it:
- allows actors to interact over a distributed, reliable and persistent event bus that preserves causal event ordering - replicates application state by replicating events across multiple locations So with eventuate each data-center would have its own data store, but applications running in different data centers would still be able to see each others events. HTH Volker Am Freitag, 22. Januar 2016 14:52:31 UTC+1 schrieb Paul Cleary: > > 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.
