Abstract
Microservices are one of the biggest trends in software engineering: organising functionality in self-contained, loosely coupled services lets teams make the most suitable technical decisions and react quickly to new requirements.
In this session we'll discuss how change data capture (CDC) with Debezium can help developers with challenges they face when working on microservices. Join us to learn how to:
* Employ the outbox pattern for reliable data exchange between microservices
* Gradually extract microservices from existing monolithic applications with the strangler fig pattern
* Coordinate long-running business transactions across multiple services using CDC-based saga orchestration
NOTE: There was no recording of this session AFAIK