Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actor Ensemble: Broadcast Medium #822

Open
vyzo opened this issue Sep 11, 2023 · 0 comments
Open

Actor Ensemble: Broadcast Medium #822

vyzo opened this issue Sep 11, 2023 · 0 comments
Assignees

Comments

@vyzo
Copy link
Collaborator

vyzo commented Sep 11, 2023

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants