Skip to content

Comments

[FIX] OpenFeign 타임아웃 설정 적용 방식 수정#182

Merged
choehyeonjin merged 2 commits intodevelopfrom
fix/#181-feignconfig-timeout
Feb 19, 2026
Merged

[FIX] OpenFeign 타임아웃 설정 적용 방식 수정#182
choehyeonjin merged 2 commits intodevelopfrom
fix/#181-feignconfig-timeout

Conversation

@choehyeonjin
Copy link
Collaborator

📌 PR 개요

  • 현재 FeignClient가 개별 configuration 클래스를 사용하고 있어 yaml 타임아웃 설정이 실제로 적용되지 않는 문제
    -> Java Config에서 직접 Request.Options를 설정하도록 수정

  • 사용되지 않는 yaml 기반 타임아웃 설정 제거


🔗 관련 이슈


🛠 변경 사항

  • FeignDevConfig / FeignProdConfig에 Request.Options Bean 추가 (connectTimeout / readTimeout 설정)
  • application-dev / application-prod.yaml의 openfeign timeout 설정 제거

⚠️ 리뷰 시 참고 사항

X


✅ 체크리스트

  • 로컬에서 정상 실행됨
  • 로그 / 네이밍 정리
  • main / develop 직접 커밋 아님

@coderabbitai
Copy link

coderabbitai bot commented Feb 19, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/#181-feignconfig-timeout

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@choehyeonjin choehyeonjin merged commit 986d5c7 into develop Feb 19, 2026
2 checks passed
@choehyeonjin choehyeonjin deleted the fix/#181-feignconfig-timeout branch February 19, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] OpenFeign 타임아웃 설정 적용 방식 수정

1 participant