Files
spring-cloud-dataflow-samples/function-samples/transform-user-clicks-per-region
Chris Bono a70383677b Fix build warnings
* Set <relativePath/> on <parent> element to prevent warnings about pointing to the wrong parent.
* Fix package name - avoid warning about invalid javadoc.

Partially resolves #156
2022-01-24 09:34:13 -06:00
..
2020-07-23 19:41:17 +05:30
2022-01-24 09:34:13 -06:00

# Logger sink that logs the output from the user clicks per region Kafka Streams application's output

This sink application is a modification of out-of-the-box `log` application.


To build this application:

./mvnw clean package

To register this application from Spring Cloud Data Flow shell:

```
dataflow:> app register --name log-user-clicks-per-region --type app --uri file://<local parent directory of this git repo>/spring-cloud-dataflow-samples/kafka-samples/kstreams-log-user-clicks-per-region/target/kstreams-log-user-clicks-per-region-2.0.0-SNAPSHOT.jar
```