[akka-user] Allowing SecurityException to propagate during actor system termination

2017-11-12 Thread Christopher Hunt
Hi everyone, I have a situation where I need to call System.exit upon an actor system having terminated. In some runtime situations, a SecurityException will be thrown and I need that to be propagated as an unhandled exception. I can go into the details of why if required, but my question is

Re: [akka-user] Connection state in Artery

2017-11-12 Thread Patrik Nordwall
Hi Merlijn, On Sun, Nov 12, 2017 at 5:02 PM, Merlijn Boogerd < merlijn.boog...@trivento.nl> wrote: > Hi fellow hakkers, > > I have two questions regarding the Artery module (I am not considering the > previous remoting as it will eventually get deprecated). I implemented a > peer sampling

[akka-user] Connection state in Artery

2017-11-12 Thread Merlijn Boogerd
Hi fellow hakkers, I have two questions regarding the Artery module (I am not considering the previous remoting as it will eventually get deprecated). I implemented a peer sampling service (HyParView) and am in the process of implementing a clustering service (Vicinity), both directly on top

Re: [akka-user] Detecting, in a sharded, persistent, passivated actor, that no messages are being received.

2017-11-12 Thread lutzh
Thanks, Patrick. I will explore that approach. Am Samstag, 11. November 2017 18:00:34 UTC+1 schrieb Patrik Nordwall: > > What about doing it on the read side, that could consume all tagged > events. It could keep track of latest event time for each persistenceId and > alert if deadline

Re: [akka-user] Streaming proxy/tunel on top of akka-http

2017-11-12 Thread Jozsef Zsido
Hi After disabling the content-length limit I get OutOfMemory error. That clearly means that akka-http reads the entire response into memory which is not desired in my case. Since I don't try to read the entity, this could be considered a bug? I tried to reconstruct the response object in

Re: [akka-user] Performance of Akka-Http 2.5.4

2017-11-12 Thread Patrik Nordwall
First of all, I think your benchmarking methodology is flawed. Start by watching a presentation by Gil Tane about coordinated omission, such as https://www.youtube.com/watch?v=lJ8ydIuPFeU You should use wrk2 instead of wrk. If you are interested in latencies you