Conversation
- CreatorCertificationApprovedEvent에 creatorId, nickname, tagline, profileImageUrl, introduction, genres, status 추가 - CreatorProfileUpdatedEvent.ProfileSnapshot에 introduction, genres 추가 - CreatorDomainEventType에 CREATOR_PROFILE_UPDATED 추가 - ReviewCreatorCertificationService: creator 저장 후 조회하여 이벤트에 전체 필드 포함 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



관련 이슈
KAN-176
변경 사항 요약
CreatorCertificationApprovedEvent에creatorId,nickname,tagline,profileImageUrl,introduction,genres,status필드 추가CreatorProfileUpdatedEvent.ProfileSnapshot에introduction,genres필드 추가CreatorDomainEventType에CREATOR_PROFILE_UPDATEDenum 값 추가ReviewCreatorCertificationService: 크리에이터 저장 후 DB에서 재조회하여 이벤트에 전체 필드 포함 (search 서비스 ES 색인 연동)테스트 체크리스트
CreatorCertificationApprovedEvent가 모든 필드를 포함하여 Outbox에 저장되는지 확인userId,certificationId,occurredAt)만 사용하므로 추가 필드 무시 정상 동작 확인./gradlew :services:creator:compileJava빌드 성공 확인