Wouldn’t it be easier to implement that as an ordinary Actor, instead of a
router?

/Patrik
tis 17 okt. 2017 kl. 08:16 skrev 김태현 <tehyun....@gmail.com>:

> Hi,
>
> I created a custom Group Router (see below), which routes messages based
> on the session established on any one of the Routees with fall-back to
> Round-Robin if there is no session matched.
> I am going to allow creating and removing any number of remote Routees on
> demand using AddRoutee and RemoveRoutee messages. Would these messages
> work? If not, please let me know how to make this work.
>
> final case class SessionGroup(routeePaths: immutable.Iterable[String])
> extends Group { ... }
>
> Thank you very much!
>
>
> - Theyun
>
>
>
>
> --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to