You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
First of all, thanks for the great software.
The problem: for me and probably many other users, proxying is a critical feature for mock server.
Why: my production backend is very large, and mocking all of its data will take months.
So my first point was just to forward all GRPC calls to real backend using proxy handlebar, and write a few custom mocks only to currently developing feature.
But looks like proxying don't implemented for GRPC protocol, only for HTTP one.
Is it possible to implement?
I'm an Android Developer, so i just don't know JS/TS. and can't implement this feature myself yet.
Describe the solution you'd like
Add the handler for CamouflageResponseType="proxy" in GrpcParser.ts, that will forward the GRPC service method to specified remote backend
Describe alternatives you've considered
Leave it as is, and descibe a tons of mocks for dozens of my GRPC services :)
Additional context
I don't know whether the project contains the client GRPC code to call a remote routine. Looks like it have only server-side code
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
First of all, thanks for the great software.
The problem: for me and probably many other users, proxying is a critical feature for mock server.
Why: my production backend is very large, and mocking all of its data will take months.
So my first point was just to forward all GRPC calls to real backend using proxy handlebar, and write a few custom mocks only to currently developing feature.
But looks like proxying don't implemented for GRPC protocol, only for HTTP one.
Is it possible to implement?
I'm an Android Developer, so i just don't know JS/TS. and can't implement this feature myself yet.
Describe the solution you'd like
Add the handler for CamouflageResponseType="proxy" in GrpcParser.ts, that will forward the GRPC service method to specified remote backend
Describe alternatives you've considered
Leave it as is, and descibe a tons of mocks for dozens of my GRPC services :)
Additional context
I don't know whether the project contains the client GRPC code to call a remote routine. Looks like it have only server-side code
The text was updated successfully, but these errors were encountered: