Actor Ensemble: Broadcast Medium #822

Open
opened 2023-09-11 10:53:13 +00:00 by vyzo · 0 comments
vyzo commented 2023-09-11 10:53:13 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mighty-gerbils/gerbil#822
No description provided.