Releases: zarusz/SlimCluster
Releases · zarusz/SlimCluster
0.9.0
0.8.1
- Improved the main sample's docker image to respect the SIGTERM from Kubernetes to perform a graceful shutdown. As a result, the pods shutting down will not vote. #18
- Better usage of IPMessageEndpoint, so that it does not starve the SWIM messages in case the Raft leader cannot receive a response from its followers.
- Sample has an example for a distributed counter with exposed API
- Multi-targeting enabled to take some improvements in the .net6 UDP client (CancellatioToken on RecieveAsync)
Release 0.8.0
- First Raft implementation