roundrobin

command
v0.0.0-...-2897420 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

README

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

Deps

Service discovery is required for all services. Default is Consul or MDNS. You can also use plugins from micro/plugins.

MDNS

Use the flag --registry=mdns

Consul
brew install consul
consul agent -dev
Micro
go get github.com/jinbanglin/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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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