Hi I'd like to know how we can control the order of stopping actor threads during a shutdown say using the kill signal.
Basically the background is that when my app is shutdown, we see errors saying that the actors to which messages are to be sent next is down. We want to prevent such errors by ensuring the order of shutdown is from the start of the flow to the end while finishing up any message processing already in play. Is there a shutdown hook or something like that? Thanks -- >>>>>>>>>> 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.
