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

Peer membership management through Gossip #1202

Closed
VinozzZ opened this issue Jun 14, 2024 · 0 comments
Closed

Peer membership management through Gossip #1202

VinozzZ opened this issue Jun 14, 2024 · 0 comments
Assignees
Labels
type: enhancement New feature or request
Milestone

Comments

@VinozzZ
Copy link
Contributor

VinozzZ commented Jun 14, 2024

Currently, peer membership is managed through a pulling model. Refinery register itself to Redis and asks Redis about its peer periodically.

Based on the work from #1201 , Refinery can publish its presence through the new gossip system as well as detecting current state of peers in a cluster. This allows each peer to react to membership changes more quickly.

@VinozzZ VinozzZ added the type: enhancement New feature or request label Jun 14, 2024
@VinozzZ VinozzZ added this to the v2.7 milestone Jun 14, 2024
@kentquirk kentquirk self-assigned this Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants