Files
spring-cloud-dataflow-samples/dataflow-template-load-generator
Gunnar Hillert 6d6cced468 Add Data Flow Load Generator Example
The `dataflow-template-load-generator` will be able to create a parameterized amount of task applications and generate a definable amount of task/batch executions.
2019-06-05 22:40:00 -10:00
..
2019-06-05 22:40:00 -10:00
2019-06-05 22:40:00 -10:00

= Data Flow Template Load Generator

This example uses the Spring Cloud Data Flow Template to generator a set of Task- and Batch Executions.

This examples, will:

- Import https://cloud.spring.io/spring-cloud-task-app-starters/[Task App Starter applications]
- Import https://cloud.spring.io/spring-cloud-stream-app-starters/[Stream App Starter applications]
- Create several Task Applications
- Execute each Task Application several times

In order to get everything running we need to setup the following server instances:

* Spring Cloud Skipper
* Spring Cloud Data Flow

== Build + Run

Configure the example application in `DataflowTemplateApplication.java`. Then build
using `$ mvn clean package` and run using
`$ java -jar target/dataflow-template-load-generator-1.0.0.BUILD-SNAPSHOT.jar`