kquick / Thespian

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

Changes to Thespian Convention Leader to go HA #79

Closed ghost closed 3 years ago

ghost commented 3 years ago
  1. Changed TCP Transport and UDP Transport to accept convention leader as list, in addition to existing contract
  2. Changed convention.py to handle HA logic and introduce a marker to pick current convention leader
  3. Parameterized registration-related variables to change default values at will
  4. Added new leader available message to streamline leader selection
kquick commented 3 years ago

Many thanks!