Registry / networking / hashicorp-raft

hashicorp-raft

JSON →
library1.7.3gogounverified

A Go implementation of the Raft consensus protocol for distributed systems.

go get github.com/hashicorp/raft
INSTALL
IMPORT
SIG · HASHICORP-RAFT
H
hashicorp-raft
networkinggov1.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

raft
github.com/hashicorp/raft

Prints the default heartbeat timeout from the Raft configuration.

package main import ( "fmt" "github.com/hashicorp/raft" ) func main() { config := raft.DefaultConfig() fmt.Println(config.HeartbeatTimeout) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hashicorp-raft — go get hashicorp-raft · libregistry