Microservices Architecture: Cross Service data sharing
问题 Consider the following micro services for an online store project: Users Service keeps account data about the store's users (including first name, last name, email address, etc') Purchase Service keeps track of details about user's purchases. Each service provides a UI for viewing and managing it's relevant entities. The Purchase Service index page lists purchases. Each purchase item should have the following fields: id, full name of purchasing user, purchased item title and price.