docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [Architecture, EventDriven, Async, PubSub]
last_reinforced: 2026-04-20
---
# [[Event-Driven-Architecture]] (이벤트 주도 아키텍처)
# [[Event-Driven-Architecture|Event-Driven-Architecture]] (이벤트 주도 아키텍처)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "말 걸지 마, 그냥 공지사항을 확인해." 상태 변화(이벤트)를 발행하고 구독하는 방식으로 시스템을 구성하여, 서비스 간의 직접적인 호출을 없애고 유연한 확장을 가능하게 하는 설계다.
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-20
- 이벤트 주도는 시스템 흐름을 파악하기 어렵게 만든다(Where did this event come from?). 또한 '결과적 일관성(Eventual Consistency)'을 수용해야 하므로, 금융 거래처럼 원자성이 중요한 작업에는 설계 난이도가 급상승한다. 분산 추적(Distributed Tracing) 도구 없이는 재앙이 될 수 있다.
## 🔗 지식 연결 (Graph)
- Related: [[Microservices-Architecture]] , Message-Queue-Design
- Related: [[Microservices-Architecture|Microservices-Architecture]] , Message-Queue-Design
- Pattern: Observer-Pattern