Interface ITimestampExtractor
Listener for Kafka TimestampExtractor. Extends IJVMBridgeBase
public interface ITimestampExtractor : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
Extract(ConsumerRecord<object, object>, long)
Executes the TimestampExtractor action in the CLR
long Extract(ConsumerRecord<object, object> record, long partitionTime)
Parameters
recordConsumerRecord<object, object>a data record
partitionTimelongthe highest extracted valid timestamp of the current record's partition˙ (could be -1 if unknown)
Returns
- long
the timestamp of the record