Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This KIP adds the missing constructor to add a Timestamp to a ProducerRecord or a SourceRecord. 

Public Interfaces

The ProducerRecord constructors will all be deprecated, except the main long explicit one:

New interface:

public SourceRecord(Map<String, ?> sourcePartition, Map<String, ?> sourceOffset,
 String topic, Schema valueSchema, Object value, Long timestamp)

...