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.
This commit is contained in:
22
dataflow-template-load-generator/README.adoc
Normal file
22
dataflow-template-load-generator/README.adoc
Normal file
@@ -0,0 +1,22 @@
|
||||
= 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`
|
||||
|
||||
Reference in New Issue
Block a user