feat(realtime): 실시간 푸시를 Core 직접 SSE → RealTime 서버 경유로 전환#45
Merged
Conversation
끊김 시 지수 백오프(1s~30s)로 재연결, 매 시도마다 stream token 재발급. onStatusChange 콜백으로 연결 상태 노출, submitAnswer는 useCallback 메모이즈 + OPEN 상태 가드. (코드 리뷰 Important I1) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
# Conflicts: # backend/src/main/java/com/stackup/stackup/session/application/QuestionsCallbackService.java # backend/src/main/java/com/stackup/stackup/session/application/VoiceCallbackService.java # backend/src/test/java/com/stackup/stackup/session/application/QuestionsCallbackServiceTest.java
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
Core가 SSE를 직접 서빙하던 구조를 걷어내고, Core → RabbitMQ → RealTime(Go) → SSE/WS 단일 푸시 인프라로 전환했습니다. 텍스트 면접 라이브 채널(WS)과 리소스 스코프 토큰 보안까지 포함합니다.