I am trying to set up a MySQL CDC pipeline where one of the columns is of type BINARY.
I'm using “MySQL Binary Log" for this and have run into an issue where the processor tries to decode every BINARY column into a UTF-8 STRING, inserting a bunch of UTF replacement characters and corrupting the data (example below).
Have I misconfigured the processor or is this a bug?