grpc-fixture
intercepts all client messages and replays previously recorded server responses.
This is great for:
Usage of grpc-fixture:
-cert string
Certificate file to use for serving using TLS.
-dump string
gRPC dump to serve requests from.
-key string
Key file to use for serving using TLS.
-port int
Port to listen on.
-system_proxy
Automatically configure system to use this as the proxy for all connections.
For troubleshooting see the generic grpc-proxy
troubleshooting steps here.