protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

Gossip features brainstorming

Open rogeralsing opened this issue 2 years ago • 0 comments

  • TTL on gossip keys would be good to have - the timestamp would be local to the node owning the value. and invalidated by that node
  • Delta values - e.g. Lists where items are added or removed. event sourcing'ish, instead of replicating the entire value as a single blob
  • CRDTs ? - would be a cool feature, not sure about how much of a demand there is for this though

rogeralsing avatar Jun 11 '22 06:06 rogeralsing