grpc-tools

grpc-fixture

grpc-fixture intercepts all client messages and replays previously recorded server responses.

This is great for:

Command line usage

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.

Troubleshooting

For troubleshooting see the generic grpc-proxy troubleshooting steps here.