学习打卡 (2023-01-23)

2023-01-22  本文已影响0人  平衡WorkLife

学习打卡 (2023-01-23)
https://time.geekbang.com/column/article/1505

分布式
1.Amazon 原则
1.1) service oriented, public data and feature via service
1.2) all integration must be service , not DLL, not DB, not memory shared, not back door...
1.3) service could be any: http, cobra,pub/sub, self-define protocol
1.4) service interface build-in
2. 实施
2.1) 分布式团队
2.2) 跨角色的功能特性团队
2.3) 分布式查错
2.4) 运维优先,简化自动化
2.5) 内部、外部服务保持一致
3. 问题
3.1) 异构系统标准不统一
流程规范
数据接口
通讯协议
软件应用
范式
3.2) 服务依赖
避免短板 和雪崩效应
服务治理
3.3) 更高的故障
避免长时间
避免影响大范围
design for failure
限流 熔断 旁路机制
3.4) 高运维复杂度

上一篇 下一篇

猜你喜欢

热点阅读