- Build the docker images and update the docker-compose file accordingly.
- Run
docker-compose up
to run the gRPC service loacally. - run bellow commannd to send gRPC requests.
ghz --insecure --proto ./grpc_unary_blocking.proto --call HelloWorld.hello -c 100 -z 15m --duration-stop=wait --connections=100 -d '{"body":"Joe"}' 0.0.0.0:9090