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

[refactor] 채팅 서버에 만료 메시지를 보낼 수 있게 수정 #457

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

mooncw
Copy link
Collaborator

@mooncw mooncw commented Mar 22, 2024

PR을 보내기 전에 확인해주세요!!

  • 컨벤션에 맞게 작성했습니다. 컨벤션 확인은 여기
  • 변경 사항에 대한 테스트를 했습니다.

관련 이슈

close: #456

개요

채팅 서버 분리로 인한 만료 메시지 전송 스케줄러 변경이 필요

상세 내용

  • 만료 메시지를 채팅 서버와 연결되어있는 kafka로 send하게끔 변경
  • 테스트용 화면인 screen.html에서 sockJs 연결 대상을 dev-datahub로 할 수 있게끔 변경

@mooncw mooncw added the Refactor 코드 리팩토링 label Mar 22, 2024
@mooncw mooncw self-assigned this Mar 22, 2024
@mooncw mooncw merged commit df00b36 into develop Mar 22, 2024
2 checks passed
@mooncw mooncw deleted the refactor/#456-chatting-expire-scheduler branch March 22, 2024 03:31
@mooncw mooncw restored the refactor/#456-chatting-expire-scheduler branch April 5, 2024 02:31
mooncw added a commit that referenced this pull request Apr 5, 2024
…scheduler

[refactor] 채팅 서버에 만료 메시지를 보낼 수 있게 수정
@mooncw mooncw deleted the refactor/#456-chatting-expire-scheduler branch April 5, 2024 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] 스케줄러로 채팅 만료 메시지 보내는 곳을 채팅서버로 변경
2 participants