Hi Konrad, Your answer doesn't match the one Endre gave. Can quarantine happen if the cluster, remote actor creation, and remote death watch are *not* used?
I'm asking because I'm considering using akka-remoting as a point-to-point RPC layer, in a codebase that doesn't use actors, where the Cluster would be inappropriate. Thanks, Daniel Armak On Wed, Feb 24, 2016 at 6:55 PM, Konrad Malawski <[email protected]> wrote: > Yeah, for example if irrecoverable loss of system messages happens. > In general death watch on Actors using remoting can in failure scenarios > (see above) lead to a Quarantine. > > Note that Quarantine is irrecoverable, unlike "Unreachable" which is used > in the Cluster. > Short answer: Use the Cluster – it's more resilient. > > -- > Cheers, > Konrad 'ktoso’ Malawski > <http://akka.io>Akka <http://akka.io> @ Lightbend <http://typesafe.com> > <http://lightbend.com> > > On 24 February 2016 at 17:53:16, Daniel Armak ([email protected]) wrote: > > Hi, > > If I use akka-remoting (not cluster), and I don't send any PossiblyHarmful > messages (so no remote actor creation or watching), can the association > ever be quarantined? > > Thanks, > > -- > Daniel Armak > -- > >>>>>>>>>> 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. > > -- >>>>>>>>>> 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.
