Open nickchomey opened 3 months ago
I opened a discussion in Conduit about detecting schema changes, I'd be interested to hear your take on this topic. https://github.com/ConduitIO/conduit/discussions/1762
Thanks for the consideration! I'll add my two cents there
Feature description
I would like to build an asynchronously-replicated/eventually-consistent multi-master cluster via Conduit + NATS (Galera has strong consistency). It seems to be a common use case with debezium (or maxwell's daemon) + kafka, but there's plenty of reasons to prefer Conduit + NATS (golang, simplicity, already using conduit and nats for other related things, and more).
But this requires that conduit read DDL commands from the binlog, in addition to DML.
In this other (now closed) issue #30, it was mentioned:
I hope that this can be given consideration!