Hello Akka Users! I am currently trying to build an Akka Cluster based on Playframework 2.2.
The Idea I am having is to have an OrderActorSupervisor per Node and OrderActors for every Order, which are created just once per Cluster. This is the code I currently have: https://gist.github.com/bjoernhaeuser/e3ebc59b33cc3f713a5e The config: https://gist.github.com/bjoernhaeuser/da75e14d5fcc5513ddbf What I *thought* is that "context.actorSelection(..)" always gives me the same Actor in the complete cluster, but currently every node creates their own OrderActor. I think I have a fundamental misunderstanding or completly wrong configuration of/for my cluster. Thanks for helping me Björn -- >>>>>>>>>> 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.
