Apache ZooKeeper .NET async Client
- 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
- Client ZooKeeperNetEx
- Recipes ZooKeeperNetEx.Recipes
Build From Source
Prerequisites
Build Steps
- Run
ant
on the repository's root folder. - Open
src\csharp\ZooKeeperNetEx.sln
with Visual Studio 2017. - Build.