Files
stream-applications/applications/source/load-generator-source
Soby Chacko 5ba0269a0b Preparing for 2021.0.0/3.1.0 apps
Spring Boot 2.5.0
Spring Cloud Stream 3.1.x
Spring Cloud Function 3.1.x
Spring Cloud 2020.0.x

Update code/deprecations
Fix tests
Update copyrights
2021-06-04 11:37:32 -04:00
..
2021-06-04 11:37:32 -04:00
2021-06-04 11:37:32 -04:00
2020-05-19 12:08:45 -04:00

//tag::ref-doc[]
= Load Generator Source

A source that sends generated data and dispatches it to the stream.

== Options

The **$$load-generator$$** $$source$$ has the following options:

//tag::configuration-properties[]
$$load-generator.generate-timestamp$$:: $$Whether timestamp generated.$$ *($$Boolean$$, default: `$$false$$`)*
$$load-generator.message-count$$:: $$Message count.$$ *($$Integer$$, default: `$$1000$$`)*
$$load-generator.message-size$$:: $$Message size.$$ *($$Integer$$, default: `$$1000$$`)*
$$load-generator.producers$$:: $$Number of producers.$$ *($$Integer$$, default: `$$1$$`)*
//end::configuration-properties[]

//end::ref-doc[]