We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff355a commit 188f2bfCopy full SHA for 188f2bf
replication/binlogsyncer.go
@@ -212,6 +212,7 @@ func NewBinlogSyncer(cfg BinlogSyncerConfig) *BinlogSyncer {
212
b.parser.SetUseDecimal(b.cfg.UseDecimal)
213
b.parser.SetUseFloatWithTrailingZero(b.cfg.UseFloatWithTrailingZero)
214
b.parser.SetVerifyChecksum(b.cfg.VerifyChecksum)
215
+ b.parser.SetPayloadDecoderConcurrency(cfg.PayloadDecoderConcurrency)
216
b.parser.SetRowsEventDecodeFunc(b.cfg.RowsEventDecodeFunc)
217
b.parser.SetTableMapOptionalMetaDecodeFunc(b.cfg.TableMapOptionalMetaDecodeFunc)
218
b.running = false
0 commit comments