Re: [akka-user][deprecated] Re: Supervision: optimal use for retry logic and understanding logged error

2018-04-04 Thread Konrad “ktoso” Malawski
Thanks, let’s follow up there then :) -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On April 4, 2018 at 21:19:10, daz...@gmail.com (daz...@gmail.com) wrote: have moved to the lightbend forum. On Wednesday, 4 April 2018 12:39:22 UT

[akka-user][deprecated] Re: Supervision: optimal use for retry logic and understanding logged error

2018-04-04 Thread dazmcg
have moved to the lightbend forum. On Wednesday, 4 April 2018 12:39:22 UTC+1, daz...@gmail.com wrote: > > Hi, > > I am playing around with supervision in Java Akka 2.5.8 / 2.12. > > I would like to have the ability to decorate any old actor's behaviour > with retry logic. > > I have the follow

[akka-user][deprecated] Supervision: optimal use for retry logic and understanding logged error

2018-04-04 Thread dazmcg
Hi, I am playing around with supervision in Java Akka 2.5.8 / 2.12. I would like to have the ability to decorate any old actor's behaviour with retry logic. I have the following: https://pastebin.com/3qV8kDfz A number of questions: 1) The exception thrown by the SupervisedActor is logged a