Skip to content

Wonaming is a simple grpc-go balancer & naming implementation, supporting etcd and Consul as the service register/discovery backend. Wonaming also supports self-register to etcd/consul.

Notifications You must be signed in to change notification settings

fivemeepo/wonaming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wonaming

This is the naming Resolver & Watcher implementaion for grpc balancer.

Wonaming supports etcd and consul as the service register and discovery backend.

example

etcdv3

client

go run main.go

server

go run main.go -addr="127.0.0.1:50051" go run main.go -addr="127.0.0.1:50052" go run main.go -addr="127.0.0.1:50053"

About

Wonaming is a simple grpc-go balancer & naming implementation, supporting etcd and Consul as the service register/discovery backend. Wonaming also supports self-register to etcd/consul.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%