Hi everyone. My colleague
@Sri Naga Sai Krishna Sanka and I have found a way to support gRPC and with pact-jvm. We are leveraging Envoy's
grpc_json_transcoder_filter:
This is a filter which allows a RESTful JSON API client to send requests to Envoy over HTTP and get proxied to a gRPC service. This allows for consumer contract tests to be written for gRPC endpoints using traditional Pact consumer methods (JSON) and verified by traditional Pact verification routes.