Re: [akka-user] [Akka Stream] Exceptions in AbstractInHandler and AbstractOutHandler

2016-03-05 Thread hbf
Thanks, √! On Friday, February 12, 2016 at 12:19:23 AM UTC-8, √ wrote: > > They will fail the stage if they throw > > -- > Cheers, > √ > On Feb 12, 2016 8:54 AM, "hbf" wrote: > >> Hey everybody, >> >> The documentation doesn't say how exceptions in a GraphStage's handlers (

Re: [akka-user] [Akka Stream] Exceptions in AbstractInHandler and AbstractOutHandler

2016-02-12 Thread Viktor Klang
They will fail the stage if they throw -- Cheers, √ On Feb 12, 2016 8:54 AM, "hbf" wrote: > Hey everybody, > > The documentation doesn't say how exceptions in a GraphStage's handlers ( > AbstractInHandler and AbstractOutHandler) are treated. Do they cause > undefined behavior

[akka-user] [Akka Stream] Exceptions in AbstractInHandler and AbstractOutHandler

2016-02-11 Thread hbf
Hey everybody, The documentation doesn't say how exceptions in a GraphStage's handlers ( AbstractInHandler and AbstractOutHandler) are treated. Do they cause undefined behavior or will they implicitly call failStage()? Thanks! Hbf -- >> Read the docs: http://akka.io/docs/