[Video] Outbox meets change data capture (feat. .NET, PostgreSQL, Kafka and Debezium)
João Antunes
Posted on January 17, 2022
Hey folks!
Quick video with an interesting approach to implement the publisher part of the outbox pattern.
Using change data capture (often referred to as CDC), we hook up something to the database transaction log, forwarding incoming entries to the outbox table.
In this example, we’ll make use of Debezium, hooked up into a PostgreSQL database, forwarding messages to Kafka.
Here come a bunch of related links:
- GitHub repository
- Intro to the transactional outbox pattern
- Debezium
- Debezium PostgreSQL connector
- Debezium outbox event router
Thanks for stopping by, cyaz! 👋
💖 💪 🙅 🚩
João Antunes
Posted on January 17, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
webdev How to Integrate RabbitMQ with .NET: Practical Guide, Routing Patterns, and Error Handling
September 9, 2024
csharp Implementing Event-Driven Architecture in .NET Core Microservices with RabbitMQ
September 18, 2024