Hello, we have a "consumer" that communicates with...
# general
m
Hello, we have a "consumer" that communicates with a "provider" that we don't control the development or we don't have access to its code base. should I use pact on this "consumer" to validate the contract with that provider? Or do I only use Pact to validate contracts between services that implement Pact? I really want to get rid of the E2E test...