Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-5136

Add LAST_IN_TABLE to source info block

XMLWordPrintable

    • 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.

              Unassigned Unassigned
              ajunwalker Andrew Walker (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: