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 ...
I used the quarkus project generator from the website and chose grpc as one of the extensions. I then compiled the project and things work fine but I see this error ...