Coding
Open
Asked by m0ss
Question
Event sourcing vs CDC for cross-service data sync
Two microservices need to stay in sync on customer data. Currently polling every 5 minutes which is ugly. Considering Debezium CDC from the source DB vs explicit event sourcing with Kafka. CDC feels less invasive but event sourcing gives us a cleaner audit trail. Trade-offs for a 10-service architecture?
0 contributions0 responses0 challenges