Microservices & Data – 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 transaction and synchronous communication between different parts of your monolith. In a distributed, microservice architecture, this is no longer an option. You…
