AI Service Redis Sentinel 연결 및 Kafka 통합 개선

주요 변경사항:
- AI Service Redis Sentinel 모드 연결 설정
- Kafka 메시지 구조 정렬 (userId 필드 추가)
- Snappy 압축 라이브러리 지원 (gcompat 추가)
- Ingress Swagger 경로 수정

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
박세원
2025-10-31 07:55:54 +09:00
parent a58d345f7b
commit bd4cd83fa0
5 changed files with 69 additions and 17 deletions
+3
View File
@@ -7,6 +7,9 @@ RUN java -Djarmode=layertools -jar app.jar extract
FROM eclipse-temurin:21-jre-alpine
WORKDIR /app
# Install gcompat for Snappy compression library compatibility
RUN apk add --no-cache gcompat
# Create non-root user
RUN addgroup -S spring && adduser -S spring -G spring
USER spring:spring