Dear group I am trying out cluster sharding. As far as I can see, the proxy I get from ClusterSharding.get(...).start(...) will create a new actor every time the messageExtractor returns a new entryId.
In some cases, however, I only want to query for some information, and get 404 if the actor does not exist (without creating it). Is there a way to query the Shard Coordinator if an actor exists at all? I could of course maintain a list myself, but as far as i can see, the Shard Coordinator has to know this information... Best regards, Anders Båtstrand -- >>>>>>>>>> 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.
