Package io.debezium.connector.postgresql
Class ChangeEvent
java.lang.Object
io.debezium.connector.postgresql.ChangeEvent
Container for
SourceRecords and associated metadata- Author:
- Jiri Pechanec
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LongThe last LSN of that was completely processed.private final org.apache.kafka.connect.source.SourceRecord -
Constructor Summary
ConstructorsConstructorDescriptionChangeEvent(org.apache.kafka.connect.source.SourceRecord record, Long lastCompletelyProcessedLsn) -
Method Summary
-
Field Details
-
record
private final org.apache.kafka.connect.source.SourceRecord record -
lastCompletelyProcessedLsn
The last LSN of that was completely processed. Depending on the batching it is either LSN of a current record or LSN of the previous transaction.
-
-
Constructor Details
-
ChangeEvent
public ChangeEvent(org.apache.kafka.connect.source.SourceRecord record, Long lastCompletelyProcessedLsn)
-
-
Method Details