mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 13:26:23 +00:00
주요 변경사항: - event-service KafkaConfig: JsonSerializer로 변경, 타입 헤더 비활성화 - ai-service application.yml: 타입 헤더 사용 안 함, 기본 타입 지정 - AIEventGenerationJobMessage: region, targetAudience, budget 필드 추가 - AiRecommendationRequest: region, targetAudience, budget 필드 추가 - AIJobKafkaProducer: 객체 직접 전송으로 변경 (이중 직렬화 문제 해결) - AIJobKafkaConsumer: 양방향 통신 이슈로 비활성화 (.bak) - EventService: Kafka producer 호출 시 새 필드 전달 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
308 B
JSON
13 lines
308 B
JSON
{
|
|
"objective": "increase_sales",
|
|
"region": "Seoul Gangnam",
|
|
"targetAudience": "Office workers in 20-30s",
|
|
"budget": 500000,
|
|
"storeInfo": {
|
|
"storeId": "str_20250124_001",
|
|
"storeName": "Woojin Korean BBQ",
|
|
"category": "Restaurant",
|
|
"description": "Fresh Korean beef restaurant"
|
|
}
|
|
}
|