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

Implement Gossip protocol #1201

Closed
VinozzZ opened this issue Jun 14, 2024 · 0 comments · Fixed by #1220
Closed

Implement Gossip protocol #1201

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

Comments

@VinozzZ
Copy link
Contributor

VinozzZ commented Jun 14, 2024

Based on the experiment we have done in 3.x-work-branch branch, we learned that using pub/sub model provides multiple benefits to Refinery's overall throughput.

Therefore, we decide to introduce the Gossip system that's backed by a pub/sub abstraction into the existing Refinery.

The first step is to add the gossip abstraction implemented through Redis.

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
2 participants