Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: 웹 소켓 이벤트 리스너, STOMP 핸들러 구현 #85

Merged
merged 5 commits into from
Nov 9, 2024

Conversation

woogieon8on
Copy link
Collaborator

#️⃣연관된 이슈

#69

📝작업 내용

웹소켓 기본 설정 및 STOMP 핸들러 구현
웹소켓 이벤트 리스너 구현
예약날짜 기반 웹 소켓 구독 TOPIC 설정

스크린샷 (선택)

💬리뷰 요구사항(선택)

STOMP 핸들러(웹소켓 인바운드 채널 인터셉터)를 통해 자체 JWT 인증 후 사용자 정보를 가져와 STOMP 헤더에 추가하도록 구현했습니다.
JWT 인증 부분 혹시 문제 있는지 확인 부탁드립니다,,!
예약 날짜를 TOPIC으로 설정하여 예약 날짜 단위로 웹 소켓이 연결되도록 구현하였습니다. 사실 이렇게 하는게 맞을지 확신은 업서요,,,
예약 날짜 구독, 웹소켓 연결 해제 여부를 예약 날짜 구독자들에게 Broadcasting하는 기능이 필요할지는 논의 필요합니당

@woogieon8on woogieon8on requested review from yumzen and kjiyun November 3, 2024 10:10
Copy link
Member

@yumzen yumzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

배워가요~

@woogieon8on woogieon8on added the ✨ Feature 기능 개발 label Nov 4, 2024
Copy link
Collaborator

@kjiyun kjiyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

잘 작성되어 있는 것 같습니다.

@woogieon8on woogieon8on merged commit 46194e7 into kahluaband:main Nov 9, 2024
@woogieon8on woogieon8on deleted the feature/reservation branch November 9, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants