long extract(final ConsumerRecord<Object, Object> record, final long previousTimestamp)
WallclockTimestampExtractor
WallclockTimestampExtractor
is a TimestampExtractor that uses the current wall clock time as timestamp when requested to extract a timestamp from a record.
extract
Method
Note
|
extract is part of TimestampExtractor Contract to extract a timestamp from a record.
|
extract
simply requests the Java System for the current time in milliseconds.