[akka-user] Re: How can I serializer an ActorRef to another system?

2015-08-03 Thread Rafał Siwiec
Hi kraythe, I think the simplest solution to serialize/deserialize ActorRef is: Serialization.serializedActorPath(theActorRef) / extendedSystem.provider(). resolveActorRef(identifier) as described here: http://doc.akka.io/docs/akka/snapshot/java/serialization.html#Serializing_ActorRefs On Satur

[akka-user] Runtime issue with Cluster Sharding.

2016-06-11 Thread Rafał Siwiec
akka.remote.netty.tcp.port - instead of 0 you should use 2551. -- >> 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