DotNext.Net.Cluster by Roman Sakno

<PackageReference Include="DotNext.Net.Cluster" Version="3.2.1" />

 RaftClusterMember

Represents Raft cluster member that is accessible through the network.
public EndPoint EndPoint { get; }

Gets the address of this cluster member.

public bool IsLeader { get; }

Determines whether this member is a leader.

public bool IsRemote { get; }

Determines whether this member is not a local node.

public ClusterMemberStatus Status { get; }

Gets the status of this member.

Informs about status change.

Cancels pending requests scheduled for this member.