Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 715 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 715 Bytes

etcdnaming

a tool which using ectd for some clients to find server when its started

etcd & grpc

installation

  • fisrt

github.com/coreos/go-systemd v22.0.0

  • than: added this into go.mod
replace github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0
  • last:
go get github.com/iTrellis/etcdnaming

Server

server example

Client

client example