feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-EVENT-DRIVEN
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.97
tags: [Architecture, EventDriven, Async, PubSub]
last_reinforced: 2026-04-20
@@ -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]]
- Pattern: [[Observer-Pattern]]
- Related: [[Microservices-Architecture]] , Message-Queue-Design
- Pattern: Observer-Pattern