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

Explore priority broadcasts #148

Open
jeromegn opened this issue Jan 31, 2024 · 0 comments
Open

Explore priority broadcasts #148

jeromegn opened this issue Jan 31, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jeromegn
Copy link
Member

Broadcasts are all treated the same in Corrosion right now. However, nodes will broadcast their local changes to neighboring nodes immediately instead of randomly and eventually.

A concept of "priority" could be added for broadcasts to neighboring nodes.

When a node receives a priority broadcast, it should apply it immediately instead of queueing it to later batch insert it with other changes.

This is useful for faster eventual consistency "where it matters". It's likely a client interacting with a Corrosion node will be affecting data required on another node in close proximity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant