Metadata >> NuGet >> ZooKeeperNetEx.Recipes

ZooKeeperNetEx.Recipes

Metadata

Authors Shay Hazor
Copyrights Shay Hazor - Copyright 2015
Description A .NET async Recipes 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. Distributed Recipes included: Queue, Lock, Leader.
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.
RequireLicenseAcceptance False
Summary A .NET async Recipes for ZooKeeper v3.4.6
Tags Apache ZooKeeper .NET Recipes Async ZK C# Distributed Lock Leader Election Queue
Dependencies ZooKeeperNetEx:3.4.6.1006:Unsupported|ZooKeeperNetEx:3.4.6.1006:net45|ZooKeeperNetEx:3.4.6.1006:net40|Microsoft.Bcl.Async:1.0.168:net40
Title Apache ZooKeeper .NET async Recipes
PackageSize 154518
PackageHashAlgorithm SHA512
PackageHash pw817e44dEVe8NrJsDYpFcMGTJ6iYZI9Gy9Z1BRhRSg6f64HqueX5+o3xBmo88K/VlBGpGJzHtUh9wPif//HlA==
DownloadCount 000000
CreatedDate 2015-09-08T07:17:30

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.Recipes -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ZooKeeperNetEx.Recipes -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.Recipes
Installing the package (HTTP Basic authentication):
Install-Package ZooKeeperNetEx.Recipes -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ZooKeeperNetEx.Recipes -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ZooKeeperNetEx.Recipes

OpenWrap

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

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