Re: [akka-user] Make unstash() public

2015-02-05 Thread Roland Kuhn
Hi Martin, I’m hesitant to do this since this method is not “safe” from a message ordering standpoint: if the unstashed message ends up being re-stashed (due to faulty logic) then it will go from the head to the tail of the stash. It does seem like an “expert feature” to me. The context I

[akka-user] Make unstash() public

2015-02-05 Thread Martin Krasser
Hi, does anything speak against making unstash() https://github.com/akka/akka/blob/v2.3.9/akka-actor/src/main/scala/akka/actor/Stash.scala#L186 public (currently private[akka])? In my use case, it would help me to avoid redundantly moving messages between the stash and the actor mailbox

Re: [akka-user] akka 2.4.0 release date?

2015-02-05 Thread Andrei Pozolotin
Roland: thank you for the update. Original Message Subject: Re: [akka-user] akka 2.4.0 release date? From: Roland Kuhn goo...@rkuhn.info To: akka-user akka-user@googlegroups.com Date: 2/5/2015, 5:02:15 AM Hi Giovanni, it is an estimate, and as such it is still current, but

Re: [akka-user] akka 2.4.0 release date?

2015-02-05 Thread Roland Kuhn
Hi Giovanni, it is an estimate, and as such it is still current, but please keep in mind that an estimate is not a guarantee. Regards, Roland 5 feb 2015 kl. 11:42 skrev Giovanni Alberto Caporaletti paradi...@gmail.com: Hi Roland, do you think you're on track for the april estimate?

[akka-user] Problem with messages sent over tcp.

2015-02-05 Thread Bourne Toulouss
Hi all, I'm having a cluster system with many Master and many Slaves. I let Masters watch over Slaves and Slaves watch over their Master. So that when a Master is terminated, corresponding slaves will re-register to a new Master and deny all jobs until a master is found . Or when a slave is

Re: [akka-user] Deprecation of PoisonPill

2015-02-05 Thread Heiko Seeberger
Sebastiaan, To my knowledge PoisonPill will be phased out, see also Martynas' response: ...was not reintroduced in the new akka-typed module. Heiko -- Heiko Seeberger Home: heikoseeberger.de http://heikoseeberger.de/ Twitter: @hseeberger https://twitter.com/hseeberger Public key:

Re: [akka-user] akka 2.4.0 release date?

2015-02-05 Thread Giovanni Alberto Caporaletti
Hi Roland, do you think you're on track for the april estimate? Part II — Akka 2.4 ETA: April 2015 On Wednesday, 4 February 2015 21:30:53 UTC, rkuhn wrote: Hi Andrei, please refer to the roadmap update https://typesafe.com/blog/akka-roadmap-update-dec-2014 I posted recently (it also