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.
📌 관련 이슈
close #87
✨ 어떤 이유로 변경된 내용인지
Message 관련 ENUM 추가
HttpServletRequest 와 같은 웹 요청 객체 자체가 대기열에 들어가지 못해, 기존의 Slack으로 에러메시지를 보내는 부분에서 HttpServletRequest 타입을 requestMethod(String), requestURI(String)으로 나누어서 보냄
FCM 전송 시, 유저 식별은 항상 유저 테이블에 저장된 고유의 FCM TOKEN만을 이용한다. ← 기존에 userId를 넘겨줬던 코드 개선
NotificationService 를 API 서버에 두고 푸시알림을 보낼 이벤트에 적용
**정리하자면, API서버(Service)에서 SQS 대기열에 추가(produce) → 대기열에 있는 알림을 푸시서버에서 꺼내서(consume) 파이어베이스로 전송
fcmService.pushOpponentReply()
→notificationService.pushOpponentReply()
로 변경🙏 검토 혹은 리뷰어에게 남기고 싶은 말