From 336d811f556ea06b999ad270ec380ee1bce3e55d Mon Sep 17 00:00:00 2001 From: merrycoral Date: Thu, 30 Oct 2025 01:24:29 +0900 Subject: [PATCH] =?UTF-8?q?content-service=20=ED=86=B5=ED=95=A9=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=99=84=EB=A3=8C=20=EB=B0=8F=20?= =?UTF-8?q?=EB=B3=B4=EA=B3=A0=EC=84=9C=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - content-service HTTP 통신 테스트 완료 (9개 시나리오 성공) - Job 관리 메커니즘 검증 (Redis 기반) - EventId 기반 콘텐츠 조회 및 필터링 테스트 - 이미지 재생성 기능 검증 - Kafka 연동 현황 분석 (Consumer 미구현 확인) - 통합 테스트 결과 보고서 작성 - 테스트 자동화 스크립트 추가 테스트 성공률: 100% (9/9) 응답 성능: < 150ms 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .run/ContentServiceApplication.run.xml | 2 + content-service-integration-analysis.md | 504 +++++++++++++ content-service-integration-test-results.md | 673 ++++++++++++++++++ .../biz/service/RegenerateImageService.java | 28 + .../StableDiffusionImageGenerator.java | 28 + .../src/main/resources/application.yml | 2 + run-content-service.bat | 81 +++ run-content-service.sh | 80 +++ test-ai-recommendation.json | 8 + test-content-service.sh | 82 +++ test-image-generation.json | 10 + test-integration-ai-request.json | 8 + test-integration-event.json | 7 + test-integration-objective.json | 3 + test-kafka-integration-results.md | 348 +++++++++ test-token-clean.txt | 1 + test-token-integration.txt | 1 + test-token-new.txt | 20 + 18 files changed, 1886 insertions(+) create mode 100644 content-service-integration-analysis.md create mode 100644 content-service-integration-test-results.md create mode 100644 run-content-service.bat create mode 100644 run-content-service.sh create mode 100644 test-ai-recommendation.json create mode 100644 test-content-service.sh create mode 100644 test-image-generation.json create mode 100644 test-integration-ai-request.json create mode 100644 test-integration-event.json create mode 100644 test-integration-objective.json create mode 100644 test-kafka-integration-results.md create mode 100644 test-token-clean.txt create mode 100644 test-token-integration.txt create mode 100644 test-token-new.txt diff --git a/.run/ContentServiceApplication.run.xml b/.run/ContentServiceApplication.run.xml index 85d4235..2f5218b 100644 --- a/.run/ContentServiceApplication.run.xml +++ b/.run/ContentServiceApplication.run.xml @@ -21,6 +21,8 @@ + +