Skip to content

Commit

Permalink
DB-9825 Bug Fix: Conflicting events export from Target(YB): Yb-cdc do…
Browse files Browse the repository at this point in the history
…esn't export the events in same sequence in which they were executed on YB

- setting transaction.order=true in config file which orders the events based on commit time
  • Loading branch information
Sanyam Singhal committed Jan 30, 2024
1 parent 1ff159d commit 5bdacad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yb-voyager/src/dbzm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ debezium.source.hstore.handling.mode=map
debezium.source.decimal.handling.mode=precise
debezium.source.converters=postgres_source_converter
debezium.source.postgres_source_converter.type=io.debezium.server.ybexporter.PostgresToYbValueConverter
debezium.source.transaction.ordering=true
debezium.source.tasks.max=1
`

var yugabyteConfigTemplate = baseConfigTemplate +
Expand Down

0 comments on commit 5bdacad

Please sign in to comment.