Configuration Reference for Datagen Source Connector for Confluent Platform
This page includes the connector configuration properties for the Kafka Connect Datagen Source connector. For sample configurations you can use, see the Datagen sample configurations. For information about value converters and other configuration properties, see Configuring Connectors.
Basic Configuration Properties
The following list includes the basic connector configuration properties for the Kafka Connect Datagen Source connector.
Parameter |
Description |
Default |
---|---|---|
|
The topic to write to. |
“” |
|
The maximum interval between messages (ms). |
500 |
|
The number of messages to send from each task, or |
-1 |
|
The literal JSON-encoded Avro schema to use. This can’t be set with
|
“” |
|
The filename of schema to use. This can’t be set with |
“” |
|
The name of field to use as the message key. |
“” |
|
The name of quickstart
to use. This can’t be set with |
“” |