Registry / networking / rpcxio-rpcx-etcd

rpcxio-rpcx-etcd

JSON →
library0.5.0gogounverified

Provides etcd-based service discovery and registry for the rpcx RPC framework.

go get github.com/rpcxio/rpcx-etcd
INSTALL
IMPORT
SIG · RPCXIO-RPCX-ETCD
R
rpcxio-rpcx-etcd
networkinggov0.5.0
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.

rpcxetcd
github.com/rpcxio/rpcx-etcd

Initialize an etcd-based service discovery for rpcx.

package main import ( "github.com/rpcxio/rpcx-etcd" "github.com/smallnest/rpcx/server" ) func main() { s := server.NewServer() // Use etcd plugin for service discovery _ = rpcxetcd.NewEtcdV3Discovery("/rpcx", "serviceName", []string{"localhost:2379"}, nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
rpcxio-rpcx-etcd — go get rpcxio-rpcx-etcd · libregistry