event 서비스 설정파일 충돌 수정
This commit is contained in:
@@ -226,7 +226,7 @@ paths:
|
||||
- `tags`: 1개 이상의 태그 지정
|
||||
- `summary`: 한글로 간결하게 (10자 이내 권장)
|
||||
- `description`: 마크다운 형식의 상세 설명
|
||||
- 유저스토리 코드 명시
|
||||
- 유저스토리 코드 명시
|
||||
- 주요 기능 bullet points
|
||||
- 복잡한 경우 처리 흐름 순서 작성
|
||||
- 보안 관련 내용 (해당 시)
|
||||
|
||||
@@ -23,7 +23,7 @@ info:
|
||||
- Circuit Breaker with fallback to cached data
|
||||
|
||||
**Caching Strategy:**
|
||||
- Redis cache with 5-minute TTL
|
||||
- Redis cache with 1-hour TTL (3600 seconds)
|
||||
- Cache-Aside pattern for dashboard data
|
||||
- Real-time updates via Kafka event subscription
|
||||
version: 1.0.0
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
- 대시보드 데이터 조회 (Redis 캐싱)
|
||||
- Kafka Event 구독 (EventCreated, ParticipantRegistered, DistributionCompleted)
|
||||
- 외부 채널 통계 수집 (Circuit Breaker + Fallback)
|
||||
- ROI 계산 및 성과 분석
|
||||
- ROI 계산 및 성과 분석4
|
||||
|
||||
#### Async Services (비동기 처리)
|
||||
1. **AI Service**: AI 기반 이벤트 추천
|
||||
|
||||
Reference in New Issue
Block a user