TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Haret: A strongly consistent distributed coordination system implemented in Rust

128 点作者 allengeorge大约 8 年前

4 条评论

ealexhudson大约 8 年前
This was interesting reading to fill in the &quot;why&quot;: <a href="https:&#x2F;&#x2F;github.com&#x2F;vmware&#x2F;haret&#x2F;blob&#x2F;master&#x2F;docs&#x2F;why.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vmware&#x2F;haret&#x2F;blob&#x2F;master&#x2F;docs&#x2F;why.md</a><p>Short story; looks a bit like etcd or consul (in terms of data), using Viewstamped Replication.
评论 #14382628 未加载
评论 #14383003 未加载
notacoward大约 8 年前
Nice to see View Stamped Replication getting some love, to balance out all the Raft mania. Having such an essential core service implemented in a low-dependency non-GC runtime is good too.
评论 #14384793 未加载
sitkack大约 8 年前
This is partly by Justin Sheehy, ex Basho (Riak) CTO.
评论 #14385360 未加载
allengeorge大约 8 年前
I can&#x27;t tell - but, can the distributed-consensus portion of this be published as a library on crates.io? I...assume so, looking at the code structure.
评论 #14383256 未加载