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

Incorrect offset may be committed despite unparseable DDL statements

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 0.10.0.Beta3
    • None
    • mysql-connector
    • None

      If there's an unparseable DDL statement and the schema changes topic is enabled, it may happen that the offset of that DDL event gets committed by Kafka Connect (the reason being that poll() may emit the corresponding SourceRecord before the failure property is set which will stop the connector eventually. This should not happen, i.e. such unparseable DDL event should not be propagated.

              jpechane Jiri Pechanec
              gunnar.morling Gunnar Morling
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: