In this video, I will talk about implementing the outbox pattern with Hibernate. When you start implementing a microservice architecture, you quickly recognize that managing your data has become much harder than it used to be in a monolithic world. In the past, you used distributed transactions and synchronous communication between different parts of your monolith. In a distributed microservice architecture, this is no longer an option. 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 Read the accompanying post: https://thoughts-on-java.org/outbox-pattern-hibernate/ Want to connect with me? Blog: http://www.thoughts-on-java.org/ Twitter: https://twitter.com/thjanssen123 Facebook: https://www.facebook.com/thoughtsonjava #hibernate #outboxpattern #microservices