Master Data Management
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
Master Data Management (Problem)
Solution
Large scale Microservice based applications such as Netflix...