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

Redesign Gossip Topology

Open rogeralsing opened this issue 3 years ago • 0 comments

Currently, we store an entire ClusterTopology message in the gossip state. This includes Left and Joined members. which are irrelevant here. the only relevant part is topology hash, members and blocked member ids.

Not a big issue, but still not clean in terms of design.

Blocked members would also be nice if we could send as a delta instead.

rogeralsing avatar Mar 15 '22 07:03 rogeralsing