DEV Community

Cover image for [Video] Outbox meets change data capture (feat. .NET, PostgreSQL, Kafka and Debezium)
João Antunes
João Antunes

Posted on • Originally published at blog.codingmilitia.com on

7 1

[Video] Outbox meets change data capture (feat. .NET, PostgreSQL, Kafka and Debezium)

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:

Thanks for stopping by, cyaz! 👋

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay