Skip to content

Conversation

@jimmy0524
Copy link
Member

#30

  • 기존 webclient block되는 문제 -> 논블로킹 로직으로 수정
  • webflux에서는 MDC 사용 x -> Reactor Context에 담아주기 (구독 단위 데이터 저장)
  • 기존에 websocket jwt 검증, 쿼리 검사 각각 다른 hanlder에서 처리 -> 하나의 handler에 통합
  • websocket 커스텀 종료 코드 설정
  • processChatMessage 메서드 리팩토링
    • Iterator → Flux.fromIterable로 변경하여 병렬 처리 가능
    • 메서드 세분화
    • 리액티브 체인 수정

@jimmy0524 jimmy0524 self-assigned this May 11, 2025
@jimmy0524 jimmy0524 linked an issue May 11, 2025 that may be closed by this pull request
@jimmy0524 jimmy0524 merged commit 8363514 into main May 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[refactor] 0507 refactoring

2 participants