debezium/dbz

Use snapshot.isolation.mode for incremental snapshotting [DBZ-3653]

Aperta

#475 aperta il 11 dic 2025

 (2 commenti) (0 reazioni) (1 assegnatario)HTML (6 fork)auto 404
component/core-librarygood first issuemigrated-from-jiratype/enhancement

Metriche repository

Star
 (3 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Migrated from DBZ-3653

Currently the new incremental snapshotting feature uses the default connection isolation level and ignores the snapshot.isolation.mode parameter

It would be nice if it either used the existing snapshot.isolation.mode parameter or had it's own like _incremental._snapshot.isolation.mode, similar to incremental.snapshot.chunk.size

Guida contributor