Real-time MySQL Binlogs to Azure Events Hub

Summary

Query about implementing real-time CDC streaming process from MySQL Binlogs to Azure Events Hub


Question

Hi Everyone.
I want to get the MySQL Binlogs in real time to Azure events hub. Has anyone implemented this type of real time CDC streaming process?. if yes, can you please share how did you achieve the same?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["real-time", "mysql-binlogs", "azure-events-hub", "cdc-streaming"]

Airbyte doesn’t work in real-time, it works using the batch fashion you can schedule the jobs to run min 5 minutes.

<@U02TQLBLDU4> Thanks for your quick response. ok, 5 minutes is fine. Source is My SQL, what should be the target to collect these bin logs as messages into Azure events hub? or what is the process, If I need to get these bin logs as individual messages into events hub?