Hi Radek, Thanks for the feedback! There is recover() <https://github.com/akka/akka/pull/17991> but that's not really the same; What you effectively ask for is recoverWith() <https://github.com/akka/akka/issues/18045>, but we don't have it yet (it was discussed though, a "nice to have"). The real solution is ZipWith supervision <https://github.com/akka/akka/issues/16915> which has a ticket, so please give it a +1 so we won't forget "it was needed by people" when planning what to work on next :-)
Thanks~! On Tue, Jul 21, 2015 at 1:57 AM, Radzisław Galler <[email protected]> wrote: > Hi, > > I know there is no support for supervision strategy in ZipWith stage, but > how would I go about handling errors raised in it if I really need to? > > I'm trying to add supervision in different places like materializer, and > next stages but with no luck. Any ideas? > > Radek > > -- > >>>>>>>>>> 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. > -- Cheers, Konrad 'ktoso' Malawski Akka <http://akka.io/> @ Typesafe <http://typesafe.com/> -- >>>>>>>>>> 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.
