-
Notifications
You must be signed in to change notification settings - Fork 2
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
#41 - redis pub/sub 외부 메세지 브로커 사용 #50
Conversation
- redis pub/sub channel 등록 - reids listner 등록 - redisTemplate 등록 - redis publisher : channel로 publish
- jackson-datatype-jsr310 도입
- 하나의 DTO로 이미지, 메세지 채팅 통일
Test Results12 files 12 suites 11s ⏱️ Results for commit d36c143. |
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
src/main/java/com/palettee/chat/controller/dto/response/ChatImgUrlResponse.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 !!!! redis 를 사용한 pub sub 저도 이전 프로젝트 업그레이드 해봐야곘네요 !!
#️⃣연관된 이슈
resolved: #41
📝작업 내용