Re: [akka-user] Waiting on multiple Akka messages

2014-07-23 Thread Akka Team
Hi Paul, I think attaching an ID field is a very good practice anyway. In my personal experience many patterns need a distinguishing field eventually, there were several times in Akka internals even when we had to introduce various IDs (ActorSystem instance IDs, ActorRef IDs, etc.). So I would

[akka-user] Waiting on multiple Akka messages

2014-07-22 Thread Paul Kinsky
I recently posted this question on Stack Overflow, as Waiting on multiple Akka FSM messages https://stackoverflow.com/questions/24872342/waiting-on-multiple-akka-fsm-messages. I got one great answer (reproduced below) from Konrad 'ktoso' Malawski. I'm reposting it on this list just in case

Re: [akka-user] Waiting on multiple Akka messages

2014-07-22 Thread Paul Kinsky
Thanks for the detailed reply on SO! We're almost certainly going with your recommended method of tagging requests and responses with an id field, but I thought a wider discussion could be interesting. On Tuesday, July 22, 2014 10:59:41 AM UTC-4, Konrad Malawski wrote: You're welcome :-)