RE: [akka-user] Best Strategy to Aggregate Multiple Actors Response

2015-06-26 Thread Matheus Lima
Yes. And it is a simple form do avoid problems with message stream. -Mensagem Original- De: Konrad Malawski kt...@typesafe.com Enviada em: ‎26/‎06/‎2015 09:32 Para: Akka User List akka-user@googlegroups.com Assunto: Re: [akka-user] Best Strategy to Aggregate Multiple Actors Response If I

Re: [akka-user] Best Strategy to Aggregate Multiple Actors Response

2015-06-26 Thread Konrad Malawski
If I remember it correctly the Aggregator pattern has done it's job once it has aggregated the values, thus it stops itself. You could use these in the actor-per-request model, but it's of course possible to have more aggregators inside as well. On Wed, Jun 24, 2015 at 2:21 PM, Matheus Lima

RE: [akka-user] Best Strategy to Aggregate Multiple Actors Response

2015-06-24 Thread Matheus Lima
Seems interesting Aggregator actor use the pattern actor per request? The examples provided by documentation always finish the processing for one request calling context.stop Thanks -Mensagem Original- De: Jim Hazen jimhazen2...@gmail.com Enviada em: ‎24/‎06/‎2015 00:23 Para: