Registry / networking / hashicorp-serf

hashicorp-serf

JSON →
library0.10.2gogounverified

Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.

go get github.com/hashicorp/serf
INSTALL
IMPORT
SIG · HASHICORP-SERF
H
hashicorp-serf
networkinggov0.10.2
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.

serf
github.com/hashicorp/serf

Creates a Serf agent with default configuration.

package main import ( "fmt" "github.com/hashicorp/serf/serf" ) func main() { config := serf.DefaultConfig() config.NodeName = "example" s, _ := serf.Create(config) defer s.Shutdown() fmt.Println("Serf agent created") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
hashicorp-serf — go get hashicorp-serf · libregistry