Mid
From PDF
Microservices
Microservices
Data Replication Strategies: You can replicate data using asynchronous processes like event-sourcing, where the state changes are captured as events and propagated
Short answer: cross services. A User Service might emit an event every time a user's profile is updated, and other services (e.g., Order Service) subscribe to these events to replicate the change in their own database.
Say this in the interview
- Define — one clear sentence (the short answer above).
- Example — relate it to a project like ShopNest or your real work.
- Trade-off — when you would not use it.
Share this Q&A
Share preview image: https://www.toolliyo.com/images/toolliyo-logo.png