Hi,
I noticed tap-mysql is slow at reading changes from binlog. Tap-mysql is taking 33.91min to read changes from binlog (record count = 12119).
I noticed that the vast majority of the runtime for the tap was serializing the data to JSON.
From what I’ve read Python is notoriously slow at serializing/deserializing JSON.
So how to make tap-mysql more efficient to read mysql binlog changes?