Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-1

Ingest change data from MySQL databases

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Blocker Blocker
    • 0.1
    • None
    • mysql-connector
    • None

      Add support for monitoring MySQL databases by reading the binlog and writing those changes to Kafka using Kafka Connect.

      This involves creating a Kafka Connect source connector for MySQL that creates source tasks as needed. Each source task remotely connects to a MySQL database and reads the binlog to extract and return the individual data change events that include, among other things, the position in the binlog where the event was read. When run as part of Kafka Connect, the resulting data change events will be recorded in Kafka logs, and if anything fails Kafka Connect will figure out what was last successfully written and restart a source task to start reading from the next point.

            rhauch Randall Hauch (Inactive)
            rhauch Randall Hauch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: