Files
Artem Bilan 288758a1a7 Migrate apps to Spring Functions Catalog (#523)
* Remove `functions` module
* Remove `functions` from build scripts
* Change internal `functions` mentioning in the docs to the dedication Spring Functions Catalog project
* Remove all the TensorFlow modules
* Change to `spring-functions-catalog-bom`
* Update READMEs using `quick-compile.sh`
2024-03-09 00:33:21 -06:00

18 lines
656 B
Plaintext

//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[]