ExtractTimestamp

Manipulates the key of the message.
com.github.jcustenborder.kafka.connect.transform.common.ExtractTimestamp$Key
Manipulates the value of the message.
com.github.jcustenborder.kafka.connect.transform.common.ExtractTimestamp$Value

This transformation is used to use a field from the input data to override the timestamp for the record.

Examples:

Configuration

General

field.name

The field to pull the timestamp from. This must be an int64 or a timestamp.

Importance: HIGH

Type: STRING