-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
None
-
False
-
None
-
False
What Debezium connector do you use and what version?
3.0.1.Final, 3.0.2.Final
What is the connector configuration?
{
"name": "postgres-source",
"config":
}
What is the captured database version and mode of deployment?
Postgres 16.5 in docker container
What behavior do you expect?
JDBC sink-connector delete records in target table matching tombstone messages
What behavior do you see?
JDBC sink-connector leaves deleted rows when using ExtractNewRecordState with "rewrite-with-tombstone"
Origin table after DML
Result in target table
Do you see the same behaviour using the latest released Debezium version?
3.0.1.Final, 3.0.2.Final
Do you have the connector logs, ideally from start till finish?
Yes, connect-service.log in attached archive.
How to reproduce the issue using our tutorial deployment?
- Unpack attached archive
- Start docker-compose.yml from /compose folder
- Add source connector from /connectors/postgres-source-err.json
- Add sink connector from /connectors/postgres-sink.json
- Execute dml script from /sql/postgresql/dml.sql
- Compare tables example.origin_table and example.copyof_origin_table
- duplicates
-
DBZ-8411 Support tombstones in JDBC Sink
- Pull Request Sent