Hi Scott,
On Thu, Jun 12, 2014 at 7:31 AM, Scott Clasen <[email protected]> wrote: > A few questions on using persistent Views in a cluster. > > I would like to have a ClusterSingleton processor for which there is a > View on each cluster node. > > Generally, will this work? > yes > any thing to look out for? > auto-downing no good if a partition splits the cluster into two, and you end up with two processors with the same processorId (path) > > Specifically, what, if any message ordering guarantees are there in a > View? > each of these view instances will see the stored events of the processor, in the same order as they were stored > Do I need to buffer and resequence the Persistent messages before applying > them to the View state or can I assume they are ordered and apply as they > arrive? > they are ordered and can be applied without resequence /Patrik > > > -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw <http://www.scaladays.org/> -- >>>>>>>>>> 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.
