Some fragments about Go-micro service
a simple example about Say Hello
just like official site, below you can see it including more features
- functions calling tracing
- custom service middleware
- roudnrobin through service discovery
- circuit breaker
- rate limiter
and also, using go-web
&& echo
to convert http request to rpc request
a simple example for showing how services communicate with each others
another way to communicates with each services