Skip to content

ruslan-zhuba/grpc-timeout-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test several cases of timeout and deadlines

Resources

Stars

Watchers

Forks

Packages

No packages published