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

Filter out specified DDL events logic is reverted

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.4.0.Final
    • 2.4.0.CR1
    • core-library
    • None

      transforms.Reroute.type": "io.debezium.transforms.ByLogicalTableRouter",
      "transforms.filterTableDropAndTruncateEvent.type":"io.debezium.transforms.SchemaChangeEventFilter",
      "transforms.filterTableDropAndTruncateEvent.schema.change.event.exclude.list":"CREATE",

       

      The logic of the above function code in 2.4.0.CR1 is reversed. According to the above configuration, the DDL information of the created table should not be collected according to the document description, but the actual effect is that only the DDL information of the created table can be collected.

      In addition, no matter whether the truncate event is included or not, please note that it seems that it cannot be collected.

       

       

            jpechane Jiri Pechanec
            fy18759 fei yang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: