Hi -
For MySQL and MariaDB, you'd likely see very negligible gains, if
any. This is due to how the binlog client works by reading every
binlog event regardless of whether its for a table that is or isn't
in its include list. So adding multiple connectors for this type of
database source won't add value, just overhead and extra management
complexity of multiple connectors.
However, other connectors that push filter configurations to the
database level (PG/Oracle/MongoDB) or that have ways to exclude and
only read changes on a per-table basis (SQL Server/Db2), those
connectors would most definitely see more benefit from such a model,
but it's something we usually ask that you try and single connector
first, measure it, and see what the gain ultimately is. You may find
the gain remains negligible and doesn't justify the complexity or
the overhead it may put on your database with multiple connectors.
-cc
On 9/4/25 6:30 AM, Rohit Panwar wrote: