SimulatorSourceConnector¶
com.github.jcustenborder.kafka.connect.simulator.SimulatorSourceConnector
The SimulatorSourceConnector is used to write data to a topic at the configured rate.
General¶
batch.size¶
Number of records to be written per batch.
Importance: MEDIUM
Type: INT
Default Value: 100
Validator: [1,…]
key.schema.name¶
Name for the key schema.
Importance: MEDIUM
Type: STRING
Default Value: com.github.jcustenborder.kafka.connect.simulator.PersonKey
value.schema.name¶
Name for the value schema.
Importance: MEDIUM
Type: STRING
Default Value: com.github.jcustenborder.kafka.connect.simulator.Person