1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-04-04 20:44:27 +02:00
Johnson C d2a51d05c4
[feature] stream CloseSend (#2323)
* support stream CloseSend

* move CloseSend into Closer
2021-10-26 15:07:08 +01:00
..
2021-10-26 15:07:08 +01:00
2021-10-26 15:07:08 +01:00
2021-10-26 15:07:08 +01:00
2021-10-26 15:07:08 +01:00

Description

This example is translate go grpc example into go-micro. You can also find the orignal codes in github.com/grpc/grpc-go.

Run the sample code

Protobuf

protoc --go_out=proto --micro_out=proto proto/route_guide.proto

Server

cd stream/gprc/server
go run .

Client

cd stream/client
go run main.go