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

ibmi connector no_data not supported defaults to initial

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 3.4.0.Alpha1
    • None
    • ibmi-connector
    • None

      Bug report

      What Debezium connector do you use and what version?

      ibmi-connector 3.1.0.Final

      What is the connector configuration?

      {
        "name": "name",
        "config": {
          "connector.class": "io.debezium.connector.db2as400.As400RpcConnector",
          "tasks.max": "1",
          "database.hostname": "host",
          "database.dbname": "xx",

          "snapshot.mode": "no_data",

      ...

      What is the captured database version and mode of deployment?

      On prem DB2

      What behavior do you expect?

      snapshots not to happen when no_data is specified

      What behavior do you see?

      Snapshots happening

      Do you see the same behaviour using the latest released Debezium version?

      yes

      3.2.0-SNAPSHOT

      Do you have the connector logs, ideally from start till finish?

      can be provided

      How to reproduce the issue using our tutorial deployment?

      yes just set the snapshot.mode to no_data

      Implementation ideas (optional)

      PR to follow

              Unassigned Unassigned
              msillencefnz Martin Sillence
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: