1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00
go-micro/examples/roundrobin
Asim Aslam 62801c3d68 update
2021-10-13 13:31:23 +01:00
..
api.go update 2021-10-13 13:31:23 +01:00
README.md Add examples 2020-12-26 15:17:20 +00:00

Round Robin

An example of using a round robin client wrapper with the greeter application.

Contents

  • api.go - a modified version of the greeter api to include roundrobin

Micro

go get github.com/micro/micro

Run

Greeter Service

Run multiple copies of the greeter

cd ../greeter
go run srv/main.go

Greeter API

go run api.go

Micro API

micro api

Call API

curl  http://localhost:8080/greeter/say/hello?name=John