An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.1% on proxy.golang.org
Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 0.1% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : go.etcd.io/etcd/client/v3

Package clientv3 implements the official Go etcd client for v3. Create client using `clientv3.New`: Make sure to close the client after using it. If the client is not closed, the connection will have leaky goroutines. To specify a client request timeout, wrap the context with context.WithTimeout: The Client has internal state (watchers and leases), so Clients should be reused instead of created as needed. Clients are safe for concurrent use by multiple goroutines. etcd client returns 2 types of errors: Here is the example code to handle client errors: The grpc load balancer is registered statically and is shared across etcd clients. To enable detailed load balancer logging, set the ETCD_CLIENT_DEBUG environment variable. E.g. "ETCD_CLIENT_DEBUG=1".

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/go.etcd.io/etcd/client/v3
Keywords: cncf , consensus , database , distributed-database , distributed-systems , etcd , go , key-value , kubernetes , raft
License: Apache-2.0
Latest release: about 2 months ago
First release: over 4 years ago
Namespace: go.etcd.io/etcd/client
Dependent packages: 5,154
Dependent repositories: 20,636
Stars: 50,627 on GitHub
Forks: 10,197 on GitHub
Docker dependents: 2,574
Docker downloads: 21,780,993,282
Total Commits: 14138
Committers: 1028
Average commits per author: 13.753
Development Distribution Score (DDS): 0.803
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: about 21 hours ago

    Loading...
    Readme
    Loading...