SlimCluster
SlimCluster copied to clipboard
Consensus (Raft) and Memberlist (SWIM) implementation for .NET micro-services
The user of the library should have a way to register an implementation of an interface that will get notified whenever the leader or other important cluster state changes.
Currently when a node leaves (the app is shutdown normally) it will multicast this to other members. An improvement could be done for a shutting down Node to: - Select...
Currently, when a Node joins it multicast the join to let other members it had joined. Other members then send a welcome message with the current list of members, so...
Hi, I trying to probe how much desire within the .NET community is it for this library to evolve further? I had a need for distributed coordination within a distributed...