Hi All
Not sure if this is a bug that I should log.
I am working on a POC on a fairly busy MariaDB database with many tables.
I am only interested in changes to a small number of these tables so I am using the table.whitelist configuration property of the Mysql Connector to specify regex for the tables to get changes for. This has been working well until the connector stopped with the following exception:
The message is 24735841 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration.
The problem is that when I use the mysqlbinlog tool to inspect the record that caused the error, it is for a (legitimate) insert for a table that is not included by the table.whitelist regex. I am purposly not whitelisting tables like this that have large changes that are not suitable for CDC.
Any guideance would be greatly appreciated. Is there perhaps another whitelist configuration that I need to use in addition to table.whitelist or does this look like a bug?
Kind Regards
Brad