← 返回 amazon 的题目列表Design Package Notification System
类型:online_judge
Design a package notification system: when the package status is updated, the system will notify the customer. Customers can subscribe to package status updates. Please describe the system design in detail, including how components interact, the process of status update, the mechanism for sending notifications, etc. The system should support asynchronous notification mechanisms. Discuss the data storage solution and the reason for choosing the type of data storage.