Error making grpc request against mock
See original GitHub issueHey Laurent!
I’m finally getting back to this after a crazy few weeks where I had some other priorities pop up (new hires, reports, etc.).
I have a proto file for an authentication service and trying to import Postman examples for it. They both import successfully, but when trying to hit the mock from BloomRPC, microcks throws an exception. I tried this with a couple different JSON_BODY
dispatch rules and then finally without a dispatcher. All of them seem to throw the same exception. The short error is this:
22:55:27.474 ERROR 1 --- [executor-4] i.g.m.web.GrpcServerCallHandler : Unexpected throwable during GRPC input request processing
Attaching the stack trace, proto file and postman example files.
AuthV2.postman_collection.json.txt authv2.proto.txt stack.txt
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Doh, I should have caught that. That’s what I get for just copy/pasting without checking. This is now working! Thank you!
Will try to reproduced in coming days.