Categorygithub.com/ruslan-zhuba/grpc-timeout-tests

# README

GRPC TIMEOUT TESTING

This project created by research related to timeout.

How to generate protobufs

$ docker build -t protoc -f protoc.Dockerfile .
$ docker run --rm -v "$(pwd)"/protobuf:/input \
  -v "$(pwd)"/pb:/output protoc \
  /input/example.proto

How to start locally

$ docker build -t example-grpc .
$ docker run -p 50051:50051 --rm --name grpc example-grpc

or

$ docker run -p 50051:50051 --rm \
  --name grpc afrofunkylover/grpc-timeout-tests

Big shout-out

# Packages

No description provided by the author
No description provided by the author
No description provided by the author