kquick/Thespian

Unable to set multiple convention address while creating an actor system

Closed this issue · 1 comments

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.

Closing this issue: I think this is fully captured in #62.