Simple library(100% written in F#) to use leader election functionality based on Consul.
Info
Version: | 0.5.1 |
Author(s): | AntyaDev |
Last Update: | Thursday, July 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/WeKnowSports/ConsulLeaderElection |
NuGet Url: | https://www.nuget.org/packages/SBTech.Consul.LeaderElection |
Install
Install-Package SBTech.Consul.LeaderElection
dotnet add package SBTech.Consul.LeaderElection
paket add SBTech.Consul.LeaderElection
SBTech.Consul.LeaderElection Download (Unzip the "nupkg" after downloading)
Dependencies
- Consul(>= 0.7.2.6)
- FSharp.Core(>= 4.5.2)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- TaskBuilder.fs(>= 2.1.0)
Tags