debezium/dbz
Use snapshot.isolation.mode for incremental snapshotting [DBZ-3653]
Aberta
#475 aberto em 11 de dez. de 2025
component/core-librarygood first issuemigrated-from-jiratype/enhancement
Métricas do repositório
- Stars
- (3 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
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