Re: [akka-user] [akka-streams] Handling errors raised in a ZipWith stage

2015-07-21 Thread Konrad Malawski
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

[akka-user] [akka-streams] Handling errors raised in a ZipWith stage

2015-07-21 Thread Radzisław Galler
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