套件:golang-github-hashicorp-memberlist-dev(0.2.2-2)
golang-github-hashicorp-memberlist-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-hashicorp-memberlist:
- [golang-github-hashicorp-memberlist_0.2.2-2.dsc]
- [golang-github-hashicorp-memberlist_0.2.2.orig.tar.xz]
- [golang-github-hashicorp-memberlist_0.2.2-2.debian.tar.xz]
維護小組:
- Debian Go Packaging Team (QA 頁面, 郵件存檔)
- Tianon Gravi (QA 頁面)
- Tim Potter (QA 頁面)
- Dmitry Smirnov (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
Golang package for gossip based membership and failure detection
memberlist is a Go library that manages cluster membership and member failure detection using a gossip based protocol.
The use cases for such a library are far-reaching: all distributed systems require membership, and memberlist is a re-usable solution to managing cluster membership and node failure detection.
memberlist is eventually consistent but converges quickly on average. The speed at which it converges can be heavily tuned via various knobs on the protocol. Node failures are detected and network partitions are partially tolerated by attempting to communicate to potentially dead nodes through multiple routes. This package contains the source.
其他與 golang-github-hashicorp-memberlist-dev 有關的套件
|
|
|
|
-
- dep: golang-github-armon-go-metrics-dev
- library for exporting performance and runtime metrics
-
- dep: golang-github-google-btree-dev
- BTree implementation for Go
-
- dep: golang-github-hashicorp-go-msgpack-dev (>= 0.5.5~)
- encode/decode and rpc library for msgpack and Binc
-
- dep: golang-github-hashicorp-go-multierror-dev
- Go package for representing a list of errors as a single error
-
- dep: golang-github-hashicorp-go-sockaddr-dev
- IP address/UNIX socket convenience functions for Go
-
- dep: golang-github-miekg-dns-dev (>= 1.1.26~)
- DNS protocol library for Go