Skip to content

feat: 회원-예약 서비스 간 내부 통신 gRPC 전환#100

Merged
ohhyungsuh merged 14 commits intodevelopfrom
feat/LCR-372-member-reservation-grpc-migration
Jun 18, 2025
Merged

feat: 회원-예약 서비스 간 내부 통신 gRPC 전환#100
ohhyungsuh merged 14 commits intodevelopfrom
feat/LCR-372-member-reservation-grpc-migration

Conversation

@ohhyungsuh
Copy link
Member

@ohhyungsuh ohhyungsuh commented Jun 18, 2025

🌱 관련 이슈


📌 작업 내용 및 특이사항

  • 예약 완료 후 회원 정보를 조회하는 로직을 gRPC 기반으로 전환했습니다.
    - 기존 OpenFeign 기반의 회원 조회 코드를 gRPC Stub 호출 방식으로 변경했습니다.
    - gRPC Stub은 Config 클래스를 통해 Bean으로 주입받도록 통일했습니다.
    - 관련 테스트 코드에서는 WireMock 기반의 REST 통신 테스트를 제거하고, gRPC Stub을 활용한 방식으로 변경했습니다.
    - 매니저 서비스와의 통신은 여전히 OpenFeign을 사용하고 있으므로, 해당 부분을 제외한 나머지 테스트는 WireMock 기반을 유지했습니다.

📚 참고사항

  • 예약 후 30분 까지 내 예약 조회가 가능하도록 queryDSL를 일부 수정했습니다.

@ohhyungsuh ohhyungsuh self-assigned this Jun 18, 2025
@sonarqubecloud
Copy link

Copy link
Member

@ht3064 ht3064 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link
Member

@jeongyeon0208 jeongyeon0208 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@ohhyungsuh ohhyungsuh merged commit a5b7302 into develop Jun 18, 2025
2 checks passed
@ht3064 ht3064 deleted the feat/LCR-372-member-reservation-grpc-migration branch June 18, 2025 15:17
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.

3 participants