Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a passthrough mode where grpc-fixture proxies unknown requests #47

Open
bradleyjkemp opened this issue Aug 6, 2019 · 0 comments
Labels

Comments

@bradleyjkemp
Copy link
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant