Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-9379 Debezium Extensions for Quarkus
  3. DBZ-9400

Debezium Extensions for Quarkus: filter on column changes

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      Context

      By default, Debezium captures and emits change events for any row-level modification in the database, regardless of which columns were affected. In certain use cases, consumers are only interested in changes to a subset of columns, while updates to other fields are irrelevant.

      Decision

      We will add support in the Debezium Quarkus extension to define a filter on specific columns. The extension will check which columns have changed in each event and suppress those that do not include changes.

              Unassigned Unassigned
              gpanice@redhat.com Giovanni Panice
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: