Skip to content

Anstinus/zookeeper

 
 

Repository files navigation

Apache ZooKeeper .NET async Client

ZooKeeper logo NuGet

  • Supports .NET 4.51 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.

About

Apache ZooKeeper .NET async Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 59.4%
  • C++ 10.7%
  • C# 7.8%
  • C 7.5%
  • JavaScript 4.1%
  • Python 2.3%
  • Other 8.2%