In my use case, I have a variable number of independent ActorSystems. As a new system starts up, it initiates a simple Syn/Ack procedure with the command and control system, allowing the C&C to deploy remote actors. Just for fun, here is some example code.
Lets start with our remote system:
Some shared classes:
Now the Command and Control system and the actual code you want run remotely:
From here, you can handle management of remote actors in whichever way you want. Fun stuff!