Contract testing for XML file exchange
问题 We use pact contract tests for services that communicate using rest calls and kafka messages. We would also like to implement a similar contract testing framework between services that exchange (xml) files via an sftp server. I might be able to use the message pact framework and treating the contents of the file as the contents of the message, but was wondering if there were better alternatives. No matter how I handle contract testing between a consumer and producer that exchange files, I