================ ExtractTimestamp ================ .. code-block:: text :caption: Manipulates the key of the message. com.github.jcustenborder.kafka.connect.transform.common.ExtractTimestamp$Key .. code-block:: text :caption: 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. .. toctree:: :maxdepth: 1 :caption: Examples: :glob: examples/ExtractTimestamp.* ------------- Configuration ------------- ^^^^^^^ General ^^^^^^^ """""""""" field.name """""""""" The field to pull the timestamp from. This must be an int64 or a timestamp. **Importance:** HIGH **Type:** STRING