discovery

command module
v0.0.0-...-a610886 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2022 License: MIT Imports: 10 Imported by: 0

README

grpc 用 etcd 做服务注册与发现

./rpc/server.go 中是服务注册, 主要是利用 etcd Grant 创建一个租约,在租约上去创建或者更新一个 key(客户端根据 key 的变化来更新服务地址),并且通过 keepalive 方法续租. ./rpc/client.go 中是客户端服务发现, 主要是利用 etcd 的 Watch 方法,去监测某一个 key 下的值的变化.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL