Reading notes: Distributed System Architecture Floor

Why do we need to achieve service architecture?

提示:功能复用、分布式开发、代码冲突
复制代码

How to handle distributed transactions?

提示:最终一致性
复制代码

How to implement a distributed call tracking?

提示:Zipkin + Brave -> Dubbo Rpc Context
复制代码

How limiting?

提示:Nginx、Dubbo  TpsLimitFilter 、Spring Cloud Hystrix
复制代码

How to clipping, asynchronous, decoupled?

提示:消息队列
复制代码

How Distributed Configuration Management?

提示:Spring Cloud Config
复制代码

How big promotion for high concurrent read and write?

提示:分布式缓存、无锁并发
复制代码

How to improve the performance of database read and write?

提示:读能力线性扩展、写能力线性扩展
复制代码

Recommended reading: "Distributed Systems Architecture floor and break through the bottleneck."

Reproduced in: https: //juejin.im/post/5d0879b16fb9a07ec9560fc3

Guess you like

Origin blog.csdn.net/weixin_34278190/article/details/93180905