Skip to content

withlin/zookeeper

 
 

Repository files navigation

Apache ZooKeeper .NET async Client

ZooKeeper logo NuGet

  • Supports .NET 4.5 and above, including .NET Core.
  • Fully Task-based Asynchronous (async/await).
  • Follows the logic of the official Java client to the letter, in fact the code is almost identical.
  • NuGets

Build From Source

Prerequisites
  1. Oracle JDK (Java Developer Kit).
  2. Apache Ant.
  3. Visual Studio 2017 with .NET Core.
Build Steps
  1. Run ant on the repository's root folder.
  2. Open src\csharp\ZooKeeperNetEx.sln with Visual Studio 2017.
  3. Build.

Packages

No packages published

Languages

  • Java 58.5%
  • C++ 10.6%
  • C# 8.9%
  • C 7.4%
  • JavaScript 4.1%
  • Python 2.3%
  • Other 8.2%