Class ReconcilingBinlogReader.OffsetLimitPredicate

    • Field Detail

      • leadingReaderFinalOffsetDocument

        private final Document leadingReaderFinalOffsetDocument
    • Constructor Detail

      • OffsetLimitPredicate

        OffsetLimitPredicate​(Map<String,​?> leadingReaderFinalOffset,
                             Predicate<String> gtidFilter)
    • Method Detail

      • accepts

        public boolean accepts​(org.apache.kafka.connect.source.SourceRecord sourceRecord)
        Description copied from interface: HaltingPredicate
        Whether this record should be processed by the calling reader or not.
        Specified by:
        accepts in interface HaltingPredicate