Add transformer app for function sample

This commit is contained in:
Ilayaperumal Gopinathan
2020-07-23 19:36:31 +05:30
parent 06da4e8a7c
commit cee79f3c8d
13 changed files with 587 additions and 42 deletions

View File

@@ -0,0 +1,14 @@
# 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-1.0.0.BUILD-SNAPSHOT.jar
```