How can I have an actor running on one process send a message to another actor running on a separate process?
问题 I want to have actors running on various processes (or nodes) send messages to other actors running off of different processes (or nodes), all while maintaining fault-tolerance and load balancing. I am currently attempting to use Akka.Cluster's Sharding feature to accomplish this. However, I am not sure how to accomplish this... I have the following code that reflects my seed node: let configurePort port = let config = Configuration.parse (""" akka { actor { provider = "Akka.Cluster