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

feat: 레디스와 카프카를 활용한 특정 상품 좋아요 기능 개발 #66

Merged
merged 20 commits into from
Sep 18, 2024

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    d68dbc2 View commit details
    Browse the repository at this point in the history
  2. conf: 카프카 프로듀서 설정 추가

    KafkaTemplate 및 ProducerFactory 설정
    kjungw1025 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bbfe995 View commit details
    Browse the repository at this point in the history
  3. feat: ProductLikeMessage Kafka 전송 기능 구현

    KafkaTemplate을 사용해 ProductLikeMessage 메시지 전송
    kjungw1025 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8bdc809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e741050 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12029ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    099e013 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    437d21e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    083ad20 View commit details
    Browse the repository at this point in the history
  9. feat: LikeElement 엔티티에 대한 JPA 리포지토리에 기능 구현

    - 상품별 좋아요 수 조회 기능 추가
    - 상품의 좋아요 수를 증가 또는 감소시키는 기능 추가
    kjungw1025 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dc445c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ec97dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb86df8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e348d31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51b10af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f32e6e6 View commit details
    Browse the repository at this point in the history
  15. feat: 상품 좋아요, 취소 기능 생성

    좋아요 중복 문제 반영
    kjungw1025 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    01518be View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0b37517 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    7091d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7445af1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9acfbc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7cab3d View commit details
    Browse the repository at this point in the history