protoactor-dotnet
protoactor-dotnet copied to clipboard
Redesign Gossip Topology
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.