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

Replace heartbeating with gossiping for liveness checks #2239

Open
Tracked by #1815
tillrohrmann opened this issue Nov 7, 2024 · 0 comments
Open
Tracked by #1815

Replace heartbeating with gossiping for liveness checks #2239

tillrohrmann opened this issue Nov 7, 2024 · 0 comments
Assignees

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Nov 7, 2024

Improving the way we exchange liveness information and making this information available to all components within a Restate process can be beneficial. Are more efficient approach than simple heartbeating is to use gossiping. We could look at https://crates.io/crates/iroh-gossip to see whether we can build upon it. Initially, we want to distribute liveness information about nodes within the Restate cluster. Later we can add more such as which worker runs which partition processor or resource usage of the process.

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