Skip to content

Conversation

@LGAIN
Copy link
Collaborator

@LGAIN LGAIN commented Jun 21, 2025

🔥 Related Issue

📑 Task

  • 성능테스트를 위해 RestTemplate 방식을 임시로 RestClient으로 수정합니다

🔍 To Reviewer

  • 이 메서드만 수정하는 것 맞나요~?

@LGAIN LGAIN requested a review from dudxo June 21, 2025 18:25
@LGAIN LGAIN self-assigned this Jun 21, 2025
@LGAIN LGAIN added the feat 새로운 기능 추가 label Jun 21, 2025
@LGAIN LGAIN linked an issue Jun 21, 2025 that may be closed by this pull request
Copy link
Member

@dudxo dudxo left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@dudxo dudxo merged commit e653898 into develop Jun 21, 2025
1 check passed
dudxo added a commit that referenced this pull request Jun 21, 2025
* chore: 모니터링 시스템 (#115)

* chore: prometheus, actuator 의존 추가

* chore: 모니터링 시스템 관련 스크립트 추가

* feat: JwtFilter WHITELIST actuator 관련 경로 추가

* fix: 모니터링 시스템 로컬 테스트 관련 파일 제거

* feat: RestTemplate + Async 추가 (#119)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* Fix: Async Return 타입 일치 (#123)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* fix: async 반환 타입에 맞게 CompletableFuture 변경

* feat: RestClient 방식으로 수정 (#121)

* feat: RestClient 방식으로 수정

* fix: test코드 임시 주석 처리

* fix: test코드 임시 주석 처리

---------

Co-authored-by: Gain Lee <[email protected]>
ghkdwldus0807 added a commit that referenced this pull request Jun 22, 2025
* chore: 모니터링 시스템 (#115)

* chore: prometheus, actuator 의존 추가

* chore: 모니터링 시스템 관련 스크립트 추가

* feat: JwtFilter WHITELIST actuator 관련 경로 추가

* fix: 모니터링 시스템 로컬 테스트 관련 파일 제거

* feat: RestTemplate + Async 추가 (#119)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* Fix: Async Return 타입 일치 (#123)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* fix: async 반환 타입에 맞게 CompletableFuture 변경

* feat: RestClient 방식으로 수정 (#121)

* feat: RestClient 방식으로 수정

* fix: test코드 임시 주석 처리

* fix: test코드 임시 주석 처리

* fix: access token 만료 시 토큰 재발급이 되는 문제 해결

* fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결

* fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결

* fix: 테스트하면서 바꾼 토큰 만료시간 롤백

---------

Co-authored-by: 권영태 <[email protected]>
Co-authored-by: Gain Lee <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
dudxo added a commit that referenced this pull request Jun 22, 2025
* chore: 모니터링 시스템 (#115)

* chore: prometheus, actuator 의존 추가

* chore: 모니터링 시스템 관련 스크립트 추가

* feat: JwtFilter WHITELIST actuator 관련 경로 추가

* fix: 모니터링 시스템 로컬 테스트 관련 파일 제거

* feat: RestTemplate + Async 추가 (#119)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* Fix: Async Return 타입 일치 (#123)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* fix: async 반환 타입에 맞게 CompletableFuture 변경

* feat: RestClient 방식으로 수정 (#121)

* feat: RestClient 방식으로 수정

* fix: test코드 임시 주석 처리

* fix: test코드 임시 주석 처리

* fix: access token 만료 시 토큰 재발급이 되는 문제 해결

* fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결

* fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결

* fix: 테스트하면서 바꾼 토큰 만료시간 롤백

* fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131)

---------

Co-authored-by: Gain Lee <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
dudxo added a commit that referenced this pull request Jun 22, 2025
* chore: 모니터링 시스템 (#115)

* chore: prometheus, actuator 의존 추가

* chore: 모니터링 시스템 관련 스크립트 추가

* feat: JwtFilter WHITELIST actuator 관련 경로 추가

* fix: 모니터링 시스템 로컬 테스트 관련 파일 제거

* feat: RestTemplate + Async 추가 (#119)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* Fix: Async Return 타입 일치 (#123)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* fix: async 반환 타입에 맞게 CompletableFuture 변경

* feat: RestClient 방식으로 수정 (#121)

* feat: RestClient 방식으로 수정

* fix: test코드 임시 주석 처리

* fix: test코드 임시 주석 처리

* fix: access token 만료 시 토큰 재발급이 되는 문제 해결

* fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결

* fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결

* fix: 테스트하면서 바꾼 토큰 만료시간 롤백

* fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131)

* feat: 성능 테스트를 위한 WebClient 추가 (#133)

* fix: 안쓰는 클래스 삭제

* chore: Webclient 및 Connection Pool 관리 관련 의존성 추가

* feat: HttPClientConfig 네이밍 변경 및 WebClient Bean 설정

* feat: WebClient API 추가

* fix: 충돌 해결

---------

Co-authored-by: Gain Lee <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
ghkdwldus0807 added a commit that referenced this pull request Jun 23, 2025
* chore: 모니터링 시스템 (#115)

* chore: prometheus, actuator 의존 추가

* chore: 모니터링 시스템 관련 스크립트 추가

* feat: JwtFilter WHITELIST actuator 관련 경로 추가

* fix: 모니터링 시스템 로컬 테스트 관련 파일 제거

* feat: RestTemplate + Async 추가 (#119)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* Fix: Async Return 타입 일치 (#123)

* feat: Async Config 추가

* feat: RestTemplate + Async 추가

* fix: async 반환 타입에 맞게 CompletableFuture 변경

* feat: RestClient 방식으로 수정 (#121)

* feat: RestClient 방식으로 수정

* fix: test코드 임시 주석 처리

* fix: test코드 임시 주석 처리

* fix: access token 만료 시 토큰 재발급이 되는 문제 해결

* fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결

* fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결

* fix: 테스트하면서 바꾼 토큰 만료시간 롤백

* fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131)

* feat: 성능 테스트를 위한 WebClient 추가 (#133)

* fix: 안쓰는 클래스 삭제

* chore: Webclient 및 Connection Pool 관리 관련 의존성 추가

* feat: HttPClientConfig 네이밍 변경 및 WebClient Bean 설정

* feat: WebClient API 추가

* fix: 충돌 해결

* chore: 주석 제거

---------

Co-authored-by: 권영태 <[email protected]>
Co-authored-by: Gain Lee <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: dnjstjt1297 <[email protected]>
Co-authored-by: Eric-HAN-01 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 새로운 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] RestClient

3 participants