Registry / networking / micro-go-plugins-registry-etcdv3-v2

micro-go-plugins-registry-etcdv3-v2

JSON →
library2.9.1gogounverified

An etcd v3 service registry plugin for the Go Micro framework.

go get github.com/micro/go-plugins/registry/etcdv3/v2
INSTALL
IMPORT
SIG · MICRO-GO-PLUGINS-R
M
micro-go-plugins-registry-etcdv3-v2
networkinggov2.9.1
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.

etcdv3
github.com/micro/go-plugins/registry/etcdv3/v2

Creates an etcd v3 registry for service discovery.

package main import ( "github.com/micro/go-micro/v2/registry" etcdv3 "github.com/micro/go-plugins/registry/etcdv3/v2" ) func main() { reg := etcdv3.NewRegistry(registry.Addrs("localhost:2379")) _ = reg }
Debug
Known issues
breakingThis plugin is for Go Micro v2; it is not compatible with v3 or v4.
fix
Use the corresponding plugin for your Go Micro version.
affects: >=2.0.0 <3.0.0
Upgrade
Version history
2.9.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
micro-go-plugins-registry-etcdv3-v2 — go get micro-go-plugins-registry-etcdv3-v2 · libregistry