dotnet / dotNext

Next generation API for .NET
https://dotnet.github.io/dotNext/
MIT License
1.56k stars 119 forks source link

Quorum node for a 2-node cluster #201

Closed martinzwirner closed 7 months ago

martinzwirner commented 7 months ago

Hi,

I want to use DotNext.Net.Cluster to implement high availability in a cluster of two machines. I know that a third node is required to achieve majority votes. This third node must never become a leader though, because the service only runs on the first two machines.

Can I configure the third node in this way, so that it votes, but never becomes a leader?

Thank you!