Publish Spring Cloud Contract verification to Pact broker
问题 Is it possible to publish Spring Cloud Contract Producer verification to a Pact broker? 回答1: You would have to convert the DSL to Pact files and then push those. So technically that is possible. Update: We describe how to do this in the documentation - https://cloud.spring.io/spring-cloud-contract/reference/html/howto.html#how-to-generate-pact-from-scc Since in SO it seems that an answer "Check the docs" is not an accepted one, let me just copy paste the documentation How Can I Generate Pact,