grpc-spring-boot-example icon indicating copy to clipboard operation
grpc-spring-boot-example copied to clipboard

Added client example for gRPC

Open parv0201 opened this issue 4 years ago • 0 comments

@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.

parv0201 avatar Sep 02 '21 15:09 parv0201