ZooKeeperNetEx 3.4.8.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package ZooKeeperNetEx --version 3.4.8.5
NuGet\Install-Package ZooKeeperNetEx -Version 3.4.8.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ZooKeeperNetEx" Version="3.4.8.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZooKeeperNetEx --version 3.4.8.5
#r "nuget: ZooKeeperNetEx, 3.4.8.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ZooKeeperNetEx as a Cake Addin
#addin nuget:?package=ZooKeeperNetEx&version=3.4.8.5

// Install ZooKeeperNetEx as a Cake Tool
#tool nuget:?package=ZooKeeperNetEx&version=3.4.8.5

A .NET async Client fully compliant with ZooKeeper, supporting all features. Fully Task-based Asynchronous (async/await). A great measure has been taken to follow the logic of the official Java client, including all relevant unit tests. In fact, the code is almost identical. Thus allowing easy evolution alongside the Java version.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (59)

Showing the top 5 NuGet packages that depend on ZooKeeperNetEx:

Package Downloads
DistributedLock

Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed individually.

Microsoft.Orleans.OrleansZooKeeperUtils The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Library of utility types for ZooKeeper of Microsoft Orleans.

SolrNet.Cloud.Core

SolrNet.Cloud is a .NET Open Source client for Apache SolrCloud. This version of SolrNet.Cloud is compatible with Solr 1.x to Solr 7.x. This is the SolrNet.Cloud.Core package, and should be used in combination with any of our easy to use Dependency Injection SolrNet.Cloud integration libraries.

Rabbit.Zookeeper

支持断线重连,永久watcher,递归删除,递归创建等常用操作的,ZooKeeper客户端。

ZooKeeperNetEx.Recipes

.NET async Distributed Recipes For ZooKeeper: Queue, Lock and Leader Election.

GitHub repositories (12)

Showing the top 5 popular GitHub repositories that depend on ZooKeeperNetEx:

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
dotnetcore/EasyCaching
:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
madelson/DistributedLock
A .NET library for distributed synchronization
SolrNet/SolrNet
Solr client for .Net
Version Downloads Last updated
3.4.12.4 2,940,923 10/4/2019
3.4.9.3 2,901 3/30/2017
3.4.9.2 322,995 12/5/2016
3.4.9.1 3,149 11/13/2016
3.4.9 31,708 10/7/2016
3.4.8.5 183,193 7/9/2016
3.4.8.4 5,983 6/17/2016
3.4.8.3 13,773 5/19/2016
3.4.7.7 3,822 2/15/2016

.NET Core 1.0 RTM
This project is actively maintained at: https://github.com/shayhatsor/zookeeper
Please feel free to open an issue or ask a question there.

Known limitations:
No SASL support