Metadata >> NuGet >> ZooKeeperNetEx

ZooKeeperNetEx

Metadata

Authors Shay Hazor
Copyrights Shay Hazor - Copyright 2015
Description A .NET async Client fully compliant with ZooKeeper v3.4.6, 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.
IconUrl https://ccdce73789835b39c0952535276de3b7772f802f.googledrive.com/host/0B_hNtILvKRsifnpVRnp4NVRKcHltY05FSGM2bzg5ZGNaVHRqcW9GVFJnWjczSFUtNk40OTA/zookeeper.bmp
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Shay Hazor
ProjectUrl https://github.com/shayhatsor/zookeeper
ReleaseNotes Fixed a race-condition bug when connecting to multiple servers 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 support for system properties (currently the defaults are used). No SASL support
RequireLicenseAcceptance False
Summary A .NET async Client for ZooKeeper v3.4.6
Tags Apache ZooKeeper .NET Client Async ZK C#
Title Apache ZooKeeper .NET async Client
PackageSize 690930
PackageHashAlgorithm SHA512
PackageHash 1iXrgRLr3TXNeItwvS9gAO89QusQJyJ/V0/7GFshfUmcKW5ribMgZlSJXU+hHMtporm/v3MfDzgC0DJf20tt7w==
DownloadCount 000000
CreatedDate 2015-09-08T07:17:12
Dependencies System.Collections.Concurrent:4.0.10-beta-23109:Unsupported|System.Diagnostics.Tools:4.0.0-beta-23109:Unsupported|System.Diagnostics.TraceSource:4.0.0-beta-23123:Unsupported|System.Linq:4.0.0-beta-23109:Unsupported|System.Net.NameResolution:4.0.0-beta-23123:Unsupported|System.Net.Sockets:4.0.10-beta-23123:Unsupported|System.Xml.XmlDocument:4.0.0-beta-23109:Unsupported|::net45|Microsoft.Bcl.Async:1.0.168:net40

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ZooKeeperNetEx -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ZooKeeperNetEx -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package ZooKeeperNetEx
Installing the package (HTTP Basic authentication):
Install-Package ZooKeeperNetEx -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ZooKeeperNetEx -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ZooKeeperNetEx

OpenWrap

Installing the package:
o add-wrap ZooKeeperNetEx
Uninstalling the package:
o remove-wrap ZooKeeperNetEx

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
3.4.6.1006
3.4.6.1005
3.4.6.1004
3.4.6.1003
3.4.6.1002