kquick / Thespian

Python Actor concurrency library
MIT License
189 stars 24 forks source link

Unable to set multiple convention address while creating an actor system #74

Closed ghost closed 3 years ago

ghost commented 3 years ago

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.

kquick commented 3 years ago

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