You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: