Priyatosh
07/05/2024, 10:48 AM(using standalone flavour)
• org.wiremockwiremock standalone3.6.0
• org.wiremockwiremock grpc extension standalone0.6.0
What I've noticed is, that wiremock stubs work great 💪 using BlockingStubs, If I don't add them I get an error of io.grpc.StatusRuntimeException: NOT_FOUND
, and once I add them they work like a charm 🪄
However,
There was a need to stub the Async stub too, and for that I've tried to create the stubs just in the same way as I did for the Blocking ones, and noticed whether I add stubs or not, I always get the error as io.grpc.StatusRuntimeException: CANCELLED
Not sure what am I missing, any help would be greatly appreciated 🙏Tom
07/08/2024, 8:35 AM