-
Enhancement
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
Feature request or enhancement
Currently there is no way to tell whether a given record is the last one from a table. There is already a way to tell if a given record is the last in a snapshot, so it would be good to piggyback on that value to indicate last in table as well.
Implementation ideas (optional)
Inside debezium-core, there is a SnapshotRecord enum class that is used as a flag within the source info block. We can extend this enum class to contain a new LAST_IN_TABLE value to indicate the last record in a table, but not the last record in the entire snapshot.
- is related to
-
DBZ-6465 last_in_data_collection instead of last in snapshot field
- Resolved