.net 的 ZooKeeper 替代品
.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么需要 .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
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).