In this video, I am showing you how to implement the Outbox Pattern using Debezium.
A microservice architecture makes the implementation of a single service easier but introduces new challenges as soon as you need to share data between services. Reliably sharing data and keeping your services independent of each other isn’t as easy as most developers expect. But using the right patterns, it’s also not an impossible task. Using the outbox pattern and a Change Data Capture (CDC) implementation provided by Debezium, this gets actually quite simple.
Links mentioned:
➡️Microservices & Data – Implementing the Outbox Pattern with Hibernate: https://thoughts-on-java.org/outbox-pattern-hibernate/
➡️Debezium FAQ: https://debezium.io/documentation/faq/
➡️Debezium documentation for Outbox Event Router: https://debezium.io/documentation/reference/1.0/configuration/outbox-event-router.html
➡️Accompanying post: https://thoughts-on-java.org/outbox-pattern-with-cdc-and-debezium/
If you like this video, please give me your thumbs up and share it with your friends and co-workers.
Like my channel? Subscribe!
➡️ http://bit.ly/2cUsid8
Join the free Member Library:
➡️https://goo.gl/dtyIIC
Want to connect with me?
🌐Blog: http://www.thoughts-on-java.org/
➡️Twitter: https://twitter.com/thjanssen123
➡️Facebook: https://www.facebook.com/thoughtsonjava
➡️Instagram: https://www.instagram.com/thoughtsonjava/
#Microservices #OutboxPattern #Debezium