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

[상품] Jwt, Security, Kafka 적용 #214

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

hjm12223
Copy link
Contributor

@hjm12223 hjm12223 commented Jul 1, 2024

개요

PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다. Commit message convention 참고 (Ctrl + 클릭하세요.)
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

Description

  • Kafka 를 적용하여 ProductMSA 의 SellerRep 와 UserMSA의 Seller 테이블을 동기화 처리하였습니다
  • Jwt 를 적용하였습니다
  • Product 도메인 중심적으로 리팩토링을 하였습니다.

Core Code

@hjm12223 hjm12223 added 개발 특이사항이 있는 개발에 대한 이슈 상품 리팩토링 labels Jul 1, 2024
@hjm12223 hjm12223 self-assigned this Jul 1, 2024
@hjm12223 hjm12223 linked an issue Jul 1, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Jul 1, 2024

📝 Jacoco Test Coverage

Overall Project 67.22% -0.76% 🟢
Files changed 65.71% 🟢

File Coverage
SellerCreateMessage.java 100% 🟢
SellerService.java 70.66% 🟢
KafkaProducer.java 0% 🔴
SellerCreateEventKafkaPublisher.java 0% 🔴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
개발 특이사항이 있는 개발에 대한 이슈 리팩토링 상품
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[상품] 상품 리팩토링
1 participant