Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 656 Bytes

File metadata and controls

17 lines (12 loc) · 656 Bytes

Load Generator Source

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

Options

The load-generator source has the following options:

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)