Re: [akka-user] Sharded actors sending messages into other shard regions

2017-06-30 Thread Richard Ney
That makes sense. Keeps it nicely contained and clean for unit testing. On Fri, Jun 30, 2017 at 2:50 PM, Justin du coeur wrote: > On Thu, Jun 29, 2017 at 7:58 PM, Richard Ney > wrote: > >> Is there a cleaner way to do this. It seems like overkill to

Re: [akka-user] Sharded actors sending messages into other shard regions

2017-06-30 Thread Justin du coeur
On Thu, Jun 29, 2017 at 7:58 PM, Richard Ney wrote: > Is there a cleaner way to do this. It seems like overkill to pass the > shard region proxy into the Props for each Region actor. > It's a matter of taste, but I'll note that I handle this through, essentially, a

[akka-user] Sharded actors sending messages into other shard regions

2017-06-29 Thread Richard Ney
I have an application with 3 different shard regions the maintain various State Machine actors based on events from a data stream. Some of the events received by the system require a specific actor type to verify the validity of the event or based on state send events to actors of a different