Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 549 Bytes

File metadata and controls

25 lines (23 loc) · 549 Bytes

Distributed System

  • 分布式系统
    • 为什么要进行系统拆分?
    • 分布式服务框架
    • 分布式锁
    • 分布式事务
      • ZooKeeper
    • 分布式会话
  • 高并发架构
  • 高可用架构
    • 如何设计一个高可用系统?
    • 限流
    • 熔断
    • 降级