摘要:
Upgrade the software architecture to enhance availability and reduce risks for high-frequency API endpoints on the mini-program client: Implement circ 阅读全文
posted @ 2025-09-01 16:30
bestsarah
阅读(8)
评论(0)
推荐(0)
摘要:
优化内容:对高频请求接口增加降低策略来减少风险,增加可用性:对调用到三方接口的接口,增加熔断降低策略;对抽奖,口令等存在高并发的活动接口,配置限流拦截,防止超过接口处理能力,系统崩溃。 测试方式: 一、熔断策略(Circuit Breaking)专项测试 验证系统在依赖服务异常时能否自动隔离故障,防 阅读全文
posted @ 2025-09-01 16:26
bestsarah
阅读(4)
评论(0)
推荐(0)
摘要:
1. Functional Correctness Testing Ensure the asynchronous workflow accurately completes all business objectives. Core Process Completeness: Simulate a 阅读全文
posted @ 2025-09-01 11:56
bestsarah
阅读(3)
评论(0)
推荐(0)
摘要:
对秒杀等高并发业务场景进行重构,将同步流程调整为异步实现方式,使用kafka做为mq工具 对秒杀场景进行异步重构(如使用 Kafka 解耦核心流程)是一项高风险、高复杂度的架构变更。为确保系统在高并发下的正确性、稳定性、性能和数据一致性,必须进行系统性的测试。以下是需要重点进行的测试工作: 1. 功 阅读全文
posted @ 2025-09-01 11:51
bestsarah
阅读(3)
评论(0)
推荐(0)