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. 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.
