ZooKeeperNetEx 3.4.12.4
Install-Package ZooKeeperNetEx -Version 3.4.12.4
dotnet add package ZooKeeperNetEx --version 3.4.12.4
<PackageReference Include="ZooKeeperNetEx" Version="3.4.12.4" />
paket add ZooKeeperNetEx --version 3.4.12.4
#r "nuget: ZooKeeperNetEx, 3.4.12.4"
// Install ZooKeeperNetEx as a Cake Addin
#addin nuget:?package=ZooKeeperNetEx&version=3.4.12.4
// Install ZooKeeperNetEx as a Cake Tool
#tool nuget:?package=ZooKeeperNetEx&version=3.4.12.4
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (52)
Showing the top 5 NuGet packages that depend on ZooKeeperNetEx:
Package | Downloads |
---|---|
Microsoft.Orleans.OrleansZooKeeperUtils
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. |
|
DistributedLock.ZooKeeper
Provides a distributed locking implementation based on Apache ZooKeeper |
|
ZooKeeperNetEx.Recipes
.NET async Distributed Recipes For ZooKeeper: Queue, Lock and Leader Election. |
|
Rabbit.Zookeeper
支持断线重连,永久watcher,递归删除,递归创建等常用操作的,ZooKeeper客户端。 |
GitHub repositories (8)
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
|
|
SolrNet/SolrNet
Solr client for .Net
|
|
madelson/DistributedLock
A .NET library for distributed synchronization
|
|
RabbitTeam/RabbitCloud
A lightweight cross-platform RPC.
|
This project is actively maintained at: https://github.com/shayhatsor/zookeeper
Please feel free to open an issue or ask a question there.