grrowl / redux-scuttlebutt

Distributed replicated redux store
170 stars 14 forks source link

Scopes (sharding/subscriptions) #15

Open grrowl opened 7 years ago

grrowl commented 7 years ago

Add an optional scope key to action.meta, don't gossip those actions to peers unless they've specifically requested a subscription to that scope.

grrowl commented 7 years ago

Thinking back, we might need to extend the underlying protocol to ensure when initial subscription occurs, we replay all old actions, or use a timestamp counter per-scope.