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

[ 공통 ] > 요청과 응답 로깅 #5

Open
IMWoo94 opened this issue Jan 27, 2024 · 0 comments
Open

[ 공통 ] > 요청과 응답 로깅 #5

IMWoo94 opened this issue Jan 27, 2024 · 0 comments

Comments

@IMWoo94
Copy link
Owner

IMWoo94 commented Jan 27, 2024

#4

배달 플랫폼 공통 기능 구현

  • 요청과 응답 로깅 처리 [ Filter 기반 ]
    • Filter 를 이용해서 요청과 응답의 내용을 logging 처리하며, logging 시점은 응답이 나갈 때 요청과 응답 처리
      • 요청 wraaping 객체 ContentCachingRequestWrapper 의 제한적인 이슈를 ContentCachingRequestWrapper 을 상속받은 Custom 객체로 여러번 읽기가 가능하도록 클래스 구현
    • 요청과 응답의 경우 한번 읽고 난 후 재사용이 불가함으로 wrapping 객체를 통해서 wrapping 하여 재사용이 가능하도록 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant