<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/real-time-change-data-capture-with-redpanda-connect-and-mysql-qsupyiqod" -->

---
title: Real-time Change Data Capture with Redpanda Connect and...
description: Step-by-step guide to setting up real-time Change Data Capture (CDC) from MySQL to Redpanda using Redpanda Connect&#x27;s mysql_cdc input. Covers Docker Compose...
canonical: https://daily.dev/posts/real-time-change-data-capture-with-redpanda-connect-and-mysql-qsupyiqod
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Real-time Change Data Capture with Redpanda Connect and MySQL | daily.dev
og:description: Step-by-step guide to setting up real-time Change Data Capture (CDC) from MySQL to Redpanda using Redpanda Connect&#x27;s mysql_cdc input. Covers Docker Compose...
og:url: https://daily.dev/posts/real-time-change-data-capture-with-redpanda-connect-and-mysql-qsupyiqod
og:image: https://api.daily.dev/og/posts/QSuPyIqod.png
og:image:alt: Real-time Change Data Capture with Redpanda Connect and MySQL
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Real-time Change Data Capture with Redpanda Connect and MySQL

**[Redpanda](https://daily.dev/sources/redpanda)** · 5 min read · 0 upvotes · 0 comments

## Summary

Step-by-step guide to setting up real-time Change Data Capture (CDC) from MySQL to Redpanda using Redpanda Connect's mysql_cdc input. Covers Docker Compose configuration for all three services, MySQL binary logging setup (ROW format, FULL row image), the pipeline.yaml configuration with snapshot streaming and checkpoint-based resume, and live verification of insert/update/delete events flowing into Redpanda topics.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.redpanda.com/blog/real-time-cdc-my-sql>

## Similar posts on daily.dev

- [Stream Oracle changes to ClickHouse in real time](https://daily.dev/posts/stream-oracle-changes-to-clickhouse-in-real-time-uwvlnl0gv) · Redpanda · 0 upvotes · 0 comments

---

Tags: [#kafka](https://daily.dev/tags/kafka), [#mysql](https://daily.dev/tags/mysql), [#docker-compose](https://daily.dev/tags/docker-compose), [#change-data-capture](https://daily.dev/tags/change-data-capture), [#redpanda](https://daily.dev/tags/redpanda)

[View this post on daily.dev](https://daily.dev/posts/real-time-change-data-capture-with-redpanda-connect-and-mysql-qsupyiqod)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Real-time Change Data Capture with Redpanda Connect and MySQL","url":"https://daily.dev/posts/real-time-change-data-capture-with-redpanda-connect-and-mysql-qsupyiqod","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/real-time-change-data-capture-with-redpanda-connect-and-mysql-qsupyiqod"},"datePublished":"2026-07-21T14:47:03.698Z","dateModified":"2026-07-21T14:47:24.266Z","description":"Step-by-step guide to setting up real-time Change Data Capture (CDC) from MySQL to Redpanda using Redpanda Connect's mysql_cdc input. Covers Docker Compose...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2d44233b3af60227e35eb474ffe9eac6?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2d44233b3af60227e35eb474ffe9eac6?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Redpanda","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Redpanda","logo":"https://media.daily.dev/image/upload/s--1R2EIDcb--/f_auto,q_auto/v1769934743/logos/redpanda","url":"https://daily.dev/sources/redpanda"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/real-time-change-data-capture-with-redpanda-connect-and-mysql-qsupyiqod","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kafka,mysql,docker-compose,change-data-capture,redpanda","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Redpanda","item":"https://daily.dev/sources/redpanda"},{"@type":"ListItem","position":3,"name":"Real-time Change Data Capture with Redpanda Connect and MySQL"}]}
```

