You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a thespian actor system using containers, and I noticed that the only way actor system capability is specified is using a single convention address.
greetings,
I am trying to create a thespian actor system using containers, and I noticed that the only way actor system capability is specified is using a single convention address.
Ex. -
capabilities = {"Convention Address.IPv4": ('containerIP', 1900), "Server": True}
If I want to create an actor system with multiple IPs, is it not possible? In akka, one can use an IP cluster to form an actor system.
Please advise.
The text was updated successfully, but these errors were encountered: