etcd v2.3.2 发布了,etcd 是一个高可用的 Key/Value 存储系统,主要用于分享配置和服务发现。etcd 的灵感来自于 ZooKeeper 和 Doozer,侧重于: 简单:支持 curl 方式的用户 API (HTTP+JSON) 安全:可选 SSL 客户端证书认证 快速:单实例可达每秒 1000 次写操作 可靠:使用 Raft 实现分布式 该版本改进记录如下: GH5028: etcdmain: start on unsupported arch when ETCD_UNSUPPORTED_ARCH is set GH5049: etcdctl: don't crash on duplicate role in user grant GH5051: etcdctl: don't panic on ListUser with roles GH5120: etcdserver: close response body when getting cluster information Compiled with Go 1.6.2 下载地址:https://github.com/coreos/etcd/releases/tag/v2.3.2 etcd v2.3.2 发布,高可用 Key/Value 存储系统下载地址