开发者

ZooKeeper alternative for .net

开发者 https://www.devze.com 2023-01-12 13:26 出处:网络
Is there any alternative of ZooKeeper in .net? 开发者_StackOverflow中文版Other than database which we all use for similar stuff.

Is there any alternative of ZooKeeper in .net? 开发者_StackOverflow中文版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.


Why do you want a .NET version of ZooKeeper? As long as you don't intend to hack ZooKeeper itself you could just install it and use it. If you're searching for a .NET client for ZooKeeper, this may help you: http://erichauser.net/2010/04/23/zookeeper-net-client/ There's also an improved REST interface for ZooKeeper underway: http://issues.apache.org/jira/browse/ZOOKEEPER-809


https://www.nuget.org/packages/ZooKeeperNetEx/

A .NET async Client fully compliant with ZooKeeper, supporting all features. Fully Task-based Asynchronous (async/await).

0

精彩评论

暂无评论...
验证码 换一张
取 消