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

Align configuration for post processors to transforms, predicates

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.2.0.CR1
    • None
    • debezium-core
    • None

      Actually the configuration for post processing is the following:

        "post.processors": "reselector", 
        "reselector.type": "io.debezium.processors.reselect.ReselectColumnsPostProcessor", 
        "reselector.reselect.columns.include.list": "<schema>.<table>:<column>,<schema>.<table>:<column>", 
        "reselector.reselect.unavailable.values": "true", 
        "reselector.reselect.null.values": "true" 
        "reselector.reselect.use.event.key": "false" 
        "reselector.reselect.error.handling.mode": "WARN"
      

      which differs from the canonical convention used for transformers, predicates like:

      transforms=t0
      transforms.t0.add.fields=op,table
      transforms.t0.add.headers=db,table
      transforms.t0.negate=false
      

      In this release, we want to align to transformers and predicates with the possibility to use both.

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

                Created:
                Updated:
                Resolved: