infra: 선착순 시스템 성능 최적화 검증을 위한 레거시 환경 구축#218
Merged
Merged
Conversation
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.
🚨 개요
선착순 수강신청 시스템의 단계별 성능 개선 과정을 데이터로 증명하기 위해 최적화 전(Legacy)과 후(Optimized)를 비교할 수 있는 테스트 환경을 구축했습니다.
🛠️ 작업 내용
LegacyLessonApplyConsumer: 단건 DB INSERT 및 순차 Redis 통신을 수행하여 의도적 병목 재현LessonApplyStreamConfig: 프로파일에 따라 최적화/레거시 컨슈머가 동적으로 등록되도록 개선.LessonAdmissionScheduler: SortedSet -> MQ 이동 완료 시 더티셋(DIRTY_SET_KEY)을 즉시 지우던 로직을 제거.✅ PR 유형
✅ Check List
🔗 관련 이슈
💬 기타 참고 사항