Hello, is there a way to stop a reactive "running" reactive stream, e.g. by making it watch some other actors, and when they are dead, die as well?
This might or might not be associated with the components of the stream itself; in my current scenario I have a sink which is a reactive tcp connection. I don't seem to be getting any errors (at least logged) by shutting down the other side of the tcp connection, however I do get "outside" errors, from the cluster/remoting watch - so I could use that to restart the whole thing, if only I could make some "supervisor hierarchy" for the stream. -- Thanks, Adam -- >>>>>>>>>> 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.
