Run a simple grpc-server with a unary service (it doesn't matter what, just keep it simple). Hit it with ghz -d 6s ... and don't specify the --duration-stop option, so the client closes connections ...
We are hosting a grpc service in a generic way except: There are cases where we're running in the context of a user request, and add some work to a queue. A background thread will process the queue ...