static class ReconcilingBinlogReader.OffsetLimitPredicate extends Object implements HaltingPredicate
| Modifier and Type | Field and Description |
|---|---|
private Predicate<String> |
gtidFilter |
private Document |
leadingReaderFinalOffsetDocument |
| Constructor and Description |
|---|
OffsetLimitPredicate(Map<String,?> leadingReaderFinalOffset,
Predicate<String> gtidFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(org.apache.kafka.connect.source.SourceRecord sourceRecord)
Whether this record should be processed by the calling reader or not.
|
private final Document leadingReaderFinalOffsetDocument
public boolean accepts(org.apache.kafka.connect.source.SourceRecord sourceRecord)
HaltingPredicateaccepts in interface HaltingPredicateCopyright © 2020 JBoss by Red Hat. All rights reserved.