Files
David Turanski fcbc761fdc Consolidated stream samples - updated and function based (#143)
* Consolidate stream samples and update to use functions

* Address review comments

* Revert value.contains
2021-07-02 15:49:40 +05:30

496 B

Standalone Stream Sample

Building the apps

Use the appropriate binder profiles kafka (active by default) or rabbit to build a binary for use with that binder.

$./mvnw clean package -Pkafka

or

$./mvnw clean package -Pkafka

Building Docker Images

$./mvnw spring-boot:build-image

Building the distribution zip file

$./mvnw package -Pdist

This must be run from this directory and will build dist/usage-cost-stream-sample.zip