Class PartitionTimeCommitTrigger

  • All Implemented Interfaces:
    PartitionCommitTrigger

    @Internal
    public class PartitionTimeCommitTrigger
    extends Object
    implements PartitionCommitTrigger
    Partition commit trigger by partition time and watermark. It'll commit the partition predicated to be committable by PartitionCommitPredicate

    Compares watermark, and watermark is related to records and checkpoint, so we need store watermark information for checkpoint.