![](https://static.packt-cdn.com/products/9781787121140/graphics/assets/b78b6ed0-f507-40b0-ba7c-9b9716194523.png)
Master Data Management
![](https://static.packt-cdn.com/products/9781787121140/graphics/assets/b78b6ed0-f507-40b0-ba7c-9b9716194523.png)
Problem
In a Microservice-based architecture, services are modeled as isolated units that manage independent activities. However, fully functional systems rely on the cooperation and integration of Microservices. Data sharing in a Microservice architecture has its own sets of problems such as:
- Handling big volumes of data
- Consistency guarantees while reducing data-access contention using simple locks
- Whether to share database for master data
![](https://static.packt-cdn.com/products/9781787121140/graphics/assets/cf084070-e567-459c-ba74-912dd228962c.png)
Master Data Management (Problem)
Solution
Large scale Microservice based applications such as Netflix...