On Sun, Mar 22, 2015 at 12:28 AM, Dragisa Krsmanovic <[email protected]> wrote:
> We have the typical server-worker architecture where servers delegate work > to worker nodes and workers use cluster sharding. > > Is there a way to have shard region in proxy-only mode on the server > without access to the actor class from the worker ? > > Starting shard region in proxy-only mode still requires me to provide > entryProps. So server has to have access to actor class that's in the > worker. > No, when starting region in proxy mode you define None in Scala or null in Java. /Patrik > And that forces me to create a very tight dependency between server and > worker projects which I am trying to avoid. > > Thanks, > Dragisa > > > -- > >>>>>>>>>> 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. > -- 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 [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.
