Hi Piotr, So if it is resilience, then duplicating the insertion and round robin the queries will get you a long way. What you need to decide is what happens when you bring up a new server while others have been running for a while.
Will the new server try to sync the M and F datasets? Is it ok if there are missed M and/or F updates? And so on. B/ On 30 January 2015 at 13:01:15, Piotr Dytkowski ([email protected]) wrote: Hi Björn, Sorry for not stating this clear, Main purpose is resilience (others are not a concern atm). I have a few servers where I can deploy it and and application should be available when one of the servers goes down. Thanks Piotr -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
