Summary
User is facing an issue with MySQL CDC where tinyint(1) is being converted to boolean despite attempts to set the ‘tinyInt1isBit’ JDBC parameter. Initial syncing works, but subsequent operations revert to boolean.
Question
Hi Everyone, I have mysql as a source and using CDC, is there any workaround solution to handle tinyint(1) to not converted it into boolean?
Currently CDC converted it into boolean.
I’ve implemented this tinyInt1isBit=False
jdbc parameter, when initial sync its working properly but after that it become boolean again.
Thank you.
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.