Auto-sync: 2026-04-17 08:37
This commit is contained in:
22
wiki/concepts/微服务.md
Normal file
22
wiki/concepts/微服务.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "微服务"
|
||||
type: concept
|
||||
tags: []
|
||||
---
|
||||
|
||||
## Definition
|
||||
微服务是一种架构模式,将系统拆解为多个独立开发、独立部署、独立扩容的服务。
|
||||
|
||||
## Key Points
|
||||
- 每个服务处理一个业务边界(Bounded Context)
|
||||
- 服务间通过 API 通信(HTTP、RPC、MQ 等)
|
||||
- 更灵活、更可扩展、容错更高
|
||||
- 独立的数据存储和生命周期
|
||||
|
||||
## Source
|
||||
- [[kai-fa-jing-yan-yu-xiang-mu-gui-fan-zheng-li-wen-dang]]
|
||||
|
||||
## Related Concepts
|
||||
- [[消息队列]]
|
||||
- [[容器化]]
|
||||
- [[服务边界]]
|
||||
Reference in New Issue
Block a user