When using Akka Cluster there are several ways of sending messages without
knowing the address of the destinations. See these topics in the
documentation:

   - Routers
   
<http://doc.akka.io/docs/akka/2.3.12/scala/cluster-usage.html#Cluster_Aware_Routers>
   - Distributed PubSub
   
<http://doc.akka.io/docs/akka/2.3.12/scala/cluster-usage.html#Distributed_Publish_Subscribe>
   - Cluster Sharding
   
<http://doc.akka.io/docs/akka/2.3.12/scala/cluster-usage.html#Cluster_Sharding>

Regards,
Patrik

On Sat, Jul 25, 2015 at 11:43 PM, kraythe <kray...@gmail.com> wrote:

> So is the strategy I laid out flawed? I don't want to be accessing objects
> on the wrong node, that's a critical element of the dynamic. getting Akka
> and play to cooperate in cluster is not that hard. I want to make
> intelligent routing decisions.
>
> --
> >>>>>>>>>>      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 http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Patrik Nordwall
Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
Twitter: @patriknw

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to