Debezium
Build Change-Data-Capture pipelines using Debezium and Memphis.dev
Introduction
Debezium is one of the most popular frameworks for collecting Change Data Capture (CDC) events from various databases and can now be easily integrated with Memphis.dev for collecting CDC events from various databases.
In this article, you will learn how to integrate Debezium with Memphis.dev REST Gateway.
A full series of articles on "How to build a fully functional CDC pipeline using Postgres, Debezium, and Memphis.dev" can be found here.
Getting started
Step 1: Create a client-type Memphis user to be used by Debezium
Step 2: Setup Debezium
Required Debezium configuration (normally stored in the application.properties
file).
In case Debezium is not installed yet, here is a quick Dockerfile to start one (Don't forget to attach the config file within the container)
Last updated