gRPC实战

一 代码位置

https://github.com/cakin24/spring-cloud-code/tree/master/ch19-2

二 首先编译

gRPC实战_第1张图片

三 测试

1 启动grpc-simple-server

2 启动grpc-simple-client

3 客户端输出结果

greeting: "Hi forezp you are 17 years old your hoby is [football] your tags {how?=wonderful}"

 

你可能感兴趣的:(微服务)