Master Data Management Strategies in Microservices paradigm
问题 Working on migrating a huge monolithic application to microservices paradigm, needless to say the domains identification and mapping then to different microservices and the orchestration has been quite a task. Now as the previous application shared the master data in the same schema, in the new paradigm it gets difficult for me to manage that, my choices are: Replicate the same master data in each microservice: Pros: when cached in the application works fast and no looksup, application within