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
Permit active active by distributing event processing around the active members.
Implement using a hash bucket/ hash ring scheme so that each node can individually decide to process. May require tracking stream indeces on a hash bucket basis rather than per stream.
Need to consider hash bucket failover and how scaling up/ down should work. Probably defineany buckets and distribute the evenly, although need to ensure obly 1 sub is active per node, rather than per bucket.
The text was updated successfully, but these errors were encountered:
Permit active active by distributing event processing around the active members.
Implement using a hash bucket/ hash ring scheme so that each node can individually decide to process. May require tracking stream indeces on a hash bucket basis rather than per stream.
Need to consider hash bucket failover and how scaling up/ down should work. Probably defineany buckets and distribute the evenly, although need to ensure obly 1 sub is active per node, rather than per bucket.
The text was updated successfully, but these errors were encountered: