-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
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