-
Notifications
You must be signed in to change notification settings - Fork 0
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
[MODIFY] 유저 탈퇴시 이벤트 기반으로 삭제해야하는 데이터 삭제 처리 로직 추가 #426
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오! Event 개념을 단순히 비동기 처리로직으로만 구현해서 잘못 알고계신분들이 많은데
제대로 Event로직을 작성하신것 같아요! 💯
수고하셨습니다.
📝 PR Summary
유저 탈퇴시 삭제해야 하는 데이터를 삭제하는 로직을 추가하였습니다.
데이터 삭제를 이벤트 기반으로 하여 강한 의존성 결합을 최소화하였습니다.
기존 전역 변수로 관리되던 EventPublisher 객체를 컴포넌트로 관리하도록 하여 테스트에 용이하도록 하였습니다.
🌴 Works
🌱 Related Issue
closed #336
🌵 PR 참고사항