initial, simple solution to our-of-order applying of DML events
This commit is contained in:
parent
619be65524
commit
134bf385fd
@ -613,7 +613,7 @@ func (this *Migrator) initiateStreaming() error {
|
||||
},
|
||||
)
|
||||
this.eventsStreamer.AddListener(
|
||||
true,
|
||||
false,
|
||||
this.migrationContext.DatabaseName,
|
||||
this.migrationContext.OriginalTableName,
|
||||
func(dmlEvent *binlog.BinlogDMLEvent) error {
|
||||
|
Loading…
Reference in New Issue
Block a user