通知系统的高层架构通常包含哪些组件?它们各自的职责是什么?
What are the main components in a high-level notification service architecture and what are their responsibilities?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
分类: System Design
标签: architecture, components
参考答案摘要
答案 Notification Service :入口层,鉴权校验、生成消息、决定投递渠道,并写入队列;需要定时则对接 Scheduler。 User Preference Service :用户偏好/退订/免打扰/频控规则,负责合规与防骚扰。 Scheduler Service :管理定时通知,到点后把任务投递到队列。 Notification Queue :解耦削峰(Kafka/RabbitM...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。