-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
-
-
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.