Can someone point me to documentation or an exampl...
# wiremock-java
r
Can someone point me to documentation or an example of how to use wiremock-java testcontainer to mock a gRPC response? I have the grpc mappings JSON file and proto descriptor file, but I'm not clear on how to enable the gprc extension or if there is a version of the wiremock-java testcontainer that already has grpc support included. I'm using kotlin with gradle.