debezium/dbz
Use snapshot.isolation.mode for incremental snapshotting [DBZ-3653]
Ouverte
#475 ouverte le 11 déc. 2025
component/core-librarygood first issuemigrated-from-jiratype/enhancement
Métriques du dépôt
- Stars
- (3 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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