Versions Compared

Key

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

Table of Contents

Status

Current state: Draft Accepted

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]

JIRAKAFKA-3846

Released: 0.10.1.0

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

Code Block
languagejava
titleSinkRecord.java
public SinkRecord(String topic, int partition, Schema keySchema, Object key, Schema valueSchema, Object value, long kafkaOffset, longLong timestamp, TimestampType timestampType) { .. }
  
public TimestampType timestampType() { .. }
  
public Long timestamp() { .. }

...