-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: tron_actorcore
-
Labels:None
-
Epic Link:
When actors start up, they connect to tron and ask it to connect back to the actor at the interface and port the actor is actually listening on. But actors can run behind tunnels.
Add a knob to the configuration file which allows specifying the host:port we tell tron to connect to. I don't think there is any benefit to making this flexible.
If the [$actorName] section of the config file contains hostAndPortForTron = hostname:port, that address will be used.