An example of using a round robin client wrapper with the greeter application.
- api.go - a modified version of the greeter api to include roundrobin
go get github.com/micro/micro
Run multiple copies of the greeter
cd ../greeter
go run srv/main.go
go run api.go
micro api
curl http://localhost:8080/greeter/say/hello?name=John