bradleyjkemp/grpc-tools

Implement a passthrough mode where grpc-fixture proxies unknown requests

bradleyjkemp opened this issue · 0 comments

This lets users easily mock/modify single requests without having to have an entire fixture file.

Implementing this will just involve:

  • Adding a new CLI option to grpc-fixture
  • Finding where the "no matching RPC" error is returned and if the new option is enabled then proxy the request