Re: [akka-user] Stream source fromPublisher does not honor the SupervisionStrategy ?

2017-02-21 Thread antonin perrot-audet
> > -- > Konrad `ktoso` Malawski > Akka <http://akka.io> @ Lightbend <http://lightbend.com> > > On 22 February 2017 at 01:14:35, antonin perrot-audet (perro...@gmail.com > ) wrote: > > Thank you Konrad, I think that this is what I am looking for, I'll c

Re: [akka-user] Stream source fromPublisher does not honor the SupervisionStrategy ?

2017-02-21 Thread antonin perrot-audet
so` Malawski > Akka <http://akka.io> @ Lightbend <http://lightbend.com> > > On 22 February 2017 at 00:47:01, antonin perrot-audet ( > perrotau...@gmail.com) wrote: > > Hi Konrad, > > thanks a lot, your answer does help a lot. > > - My bad, the onError from Mongo

Re: [akka-user] Stream source fromPublisher does not honor the SupervisionStrategy ?

2017-02-21 Thread antonin perrot-audet
itrary 3rd party publishers - it > only works within Akka Streams (specific stages, specifically handle it), > it's an additional feature Akka Streams provide over what Reactive Streams > do. > > Hope this helps > > -- > Konrad `ktoso` Malawski > Akka <http

[akka-user] Stream source fromPublisher does not honor the SupervisionStrategy ?

2017-02-21 Thread antonin perrot-audet
Hello, has anyone succeded at having a source fromPublisher() conform to the SupervisionStrategy defined in the ActorMaterializer ? I have that publisher : MongoClients.create(mongoSettings).listDatabaseNames() That throws an exception on the onError callback, but the errorDecider never gets