Hello Team, Im exploring to introduce airbyte for ...
# ask-community-for-troubleshooting
s
Hello Team, Im exploring to introduce airbyte for one of the CDC usecases, where it gets the updated records from mysql binlog. Got to know that Airbyte internally uses debizium connector, Just wanted to know whether the CDC with airbyte is pull or push based approach. Because while configuring I see schedule run, but we expect to continuosly flow the data as and when it gets updated in mysql. instead of scheduled run. Any idea, how does it work ??
a
Hey @sriramdas sivasai, this is an interesting question I'd encourage you to post on our forum if you'd like a more complete answer from our engineering team. From my understanding we have a pull approach by consuming the WAL file. The update timestamp will be those of MySQL and not the one from the time at which the job run.