Actor Ensemble: Broadcast Medium #822
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil#822
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A broadcast medium, so that actors in the ensemble can do pubsub style broadcast is a very useful primitive to have.
This can be implemented by writing a broadcast service actor, which is run together with the loader.
Local actors can pubsub through the service actor.
Requirement: We need to add a mechanism to emit connection/disconnection notifications from the actor-server so that we can maintain a peer list in the broadcast service.
Base protocol: we can start with flooding, and we can implement something more intelligent later.