一个可扩展通知系统的高层架构应包含哪些组件?每个组件负责什么?
What components should a scalable notification system include at a high level, and what is each component responsible for?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
分类: system-design, architecture
标签: notification-service, user-preferences, scheduler, queue, channel-processors, storage
参考答案摘要
TL;DR 典型架构包括: Notification Service (入口 API + 校验 + 入队)、 User Preference Service (渠道偏好/退订/频率限制)、 Scheduler Service (定时通知存储与触发)、 Notification Queue (解耦与削峰,支持投递语义)、 Channel Processors (按渠道消费发送并重试)、 Databa...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。