Suppose I have messages containing a "channel id" coming to a parent actor.
There are many children, each of which is interested in one or more
channels. In other words, a channel message needs to be dispatched to a
subset of the children.

I'm aware of ActorSelection and have looked at the routing docs, but
neither seemed to fit.

I could maintain a Map in the parent from channelid to list of actor paths,
or I could send each message to all children.

Am I missing anything?

Thanks in advance.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to