Distributed service point design considerations

Distributed service point

1. Call between services

服务调用协议
服务线程池

2.Registration Center

 服务心跳检测
 服务的自动注册与发现与下线
 路由策略
 故障转移
 服务集群管理

3. Service degradation fault tolerance

4. Service current limit

5. Service link tracking

6.Service gateway

7. Service configuration center

8. Service message queue

9. Service cache

Related points of springboot

13 extension points of springboot and linster

The principle of springboot

Springboot’s monitoring mechanism

The startup process of springboot, as well as related notes on use

Extension related applications of springboot, related implementation principles of aop, ioc, transactions, and agents

Thread/thread pool

jvm

Guess you like

Origin blog.csdn.net/tian830937/article/details/132742484