Class TimestampPolicyFactory.ProcessingTimePolicy<K,V>

java.lang.Object
org.apache.beam.sdk.io.kafka.TimestampPolicy<K,V>
org.apache.beam.sdk.io.kafka.TimestampPolicyFactory.ProcessingTimePolicy<K,V>
Enclosing interface:
TimestampPolicyFactory<KeyT,ValueT>

public static class TimestampPolicyFactory.ProcessingTimePolicy<K,V> extends TimestampPolicy<K,V>
A simple policy that uses current time for event time and watermark. This should be used when better timestamps like LogAppendTime are not available for a topic.