.net 的 ZooKeeper 替代品

发布于 2024-09-15 23:24:27 字数 91 浏览 3 评论 0原文

.net中有ZooKeeper的替代品吗?除了我们都用于类似东西的数据库之外。

我们需要它来选择领导者并确保一个项目仅被处理一次以及各种分布式状态共享。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

近箐 2024-09-22 23:24:27

为什么需要 .NET 版本的 ZooKeeper?只要您不打算破解 ZooKeeper 本身,您就可以安装并使用它。
如果您正在寻找 ZooKeeper 的 .NET 客户端,这可能会帮助您: http://erichauser.net/2010/04/23/zookeeper-net-client/
ZooKeeper 的 REST 界面也在改进中:http://issues.apache.org/jira /浏览/ZOOKEEPER-809

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

三生池水覆流年 2024-09-22 23:24:27

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

.NET 异步客户端完全兼容ZooKeeper,支持所有功能。完全基于任务的异步(async/await)。

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文