Skip to content

DIPSAS/zookeeper

 
 

Repository files navigation

Apache ZooKeeper .NET async Client

NuGet

  • Supports .NET 4.61 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.
  2. Apache Ant.
  3. Visual Studio.
Build Steps
  1. Run ant on the repository's root folder.
  2. Open src\csharp\ZooKeeperNetEx.sln with Visual Studio.
  3. Build.

Releases

No releases published

Packages

No packages published

Languages

  • Java 59.6%
  • C++ 10.7%
  • C# 7.9%
  • C 7.5%
  • JavaScript 4.1%
  • Python 2.3%
  • Other 7.9%