Files
spring-cloud-contract/samples/standalone/messaging/stream-sink
Marcin Grzejszczak 6402e14f3c Added support for Stub Runner and Pact Broker
fixes gh-191
commit 533f1d3d0e8f6dcd37677bfef555fc2ea86bc1b1
Author: Tim Ysewyn <Tim.Ysewyn@me.com>
Date:   Wed Mar 7 15:56:48 2018 +0100

    Upgraded pact-jvm-model to 3.5.13
2018-04-02 22:50:40 +02:00
..
2016-08-12 10:46:36 +02:00
2016-08-12 10:46:36 +02:00
2016-08-12 10:46:36 +02:00
2016-08-12 10:46:36 +02:00
2016-08-22 11:33:17 +02:00

= Stream Sink

== Prerequisites

First you have to publish to Maven Local the stubs of the *contract-verifier-sample-stream-source* stubs

== How to run it?

Run

[source=groovy]
--------
./gradlew clean build
--------

or

--------
./mvnw clean package
--------

To

- build the app
- use spring-cloud-contract-stub-runner-stream[Stub Runner Spring] to download the stub of `contract-verifier-sample-stream-source`
- run the tests against stubbed producer