grpc-spring-boot-example
grpc-spring-boot-example copied to clipboard
Added client example for gRPC
@MovingToWeb
Added example for gRPC client.
Created a new module named greeting-client. It exposes one REST endoint /greeting which will internally call the gRPC service and returns the message returned by gRPC service.