Martin Zelený
unread,Dec 8, 2025, 10:00:01 AMDec 8Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debezium
Hi Debezium team,
I'm trying to figure out the best way to run the MariaDB connector against a MariaDB Galera cluster when connecting through ProxySQL, and I want to make sure I understand it correctly.
From what I've seen:
* The connector has to stick to one specific Galera node, because each node has its own binlog files/positions even though Galera replicates the same data.
* If ProxySQL fails the connection over to another node, Debezium can't continue from the stored offset, since the new node's binlog doesn't match.
* Running multiple connectors (one per node) that write to the same Kafka topics would cause duplicates.
Before I lock in the design, could you confirm whether this is accurate?
And is there any supported way to handle automatic failover for Galera, or is the only practical option to pin Debezium to a single node and do manual failover if that node goes down?
Thanks a lot for any clarification!
Martin Zeleny