Hi everyone , My use case is that my consumer is an API service i.e. it exposes Rest API Endpoints , however the provider internally it calls is a gRPC service. Moreover its more like a passthrough service for Provider APIs
So the consumer <-> provider are integrated via gRPC. I read that the gRPC support is not there yet. So does that mean there is no way to go ahead contract testing this use case with Pact ?
Any help is appreciated , thanks