Skip to content

shayhatsor/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.