Is there any alternative of ZooKeeper in .net? Other than database which we all use for similar stuff.
We need it for leader selection and to make sure one item is getting processed only once and various distributed status sharing.
Is there any alternative of ZooKeeper in .net? Other than database which we all use for similar stuff.
We need it for leader selection and to make sure one item is getting processed only once and various distributed status sharing.
https://www.nuget.org/packages/ZooKeeperNetEx/
A .NET async Client fully compliant with ZooKeeper, supporting all features. Fully Task-based Asynchronous (async/await).