-
Notifications
You must be signed in to change notification settings - Fork 34
Round8 #203
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
Merged
Merged
Round8 #203
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
50cb2ae
Merge pull request #5 from sylee6529/round7
sylee6529 4e82fc2
Merge branch 'main' of https://github.com/sylee6529/loopers-spring-jaโฆ
sylee6529 7bbc64b
feat: Kafka ์ค์ ๋ฐ ์์กด์ฑ ์ถ๊ฐ
sylee6529 cf0f11a
feat: ์ด๋ฒคํธ ์ ์ ๋ฐ Kafka ์ธํ๋ผ ๊ตฌ์กฐ ์ถ๊ฐ
sylee6529 8951175
feat: Transactional Outbox ํจํด ๊ตฌํ
sylee6529 f47104f
feat: ๋๋ฉ์ธ ์ด๋ฒคํธ ๋ฐํ ๋ก์ง ์ ์ฉ
sylee6529 35e230c
feat: ์บ์ ๋ฌดํจํ ์๋น์ค ๋ฐ Repository ๊ฐ์
sylee6529 cb43b85
feat: Consumer ๋๋ฉ์ธ ๋ฐ ์ธํ๋ผ ๊ณ์ธต ๊ตฌํ
sylee6529 819d86a
feat: Consumer ์ ํ๋ฆฌ์ผ์ด์
๊ณ์ธต ๊ตฌํ
sylee6529 092eb59
feat: Kafka Consumer ๋ฐ ์ค์ ๊ตฌํ
sylee6529 3174797
test: Kafka ์ด๋ฒคํธ ํ์ดํ๋ผ์ธ ํ
์คํธ ์ถ๊ฐ
sylee6529 e40c4cd
refactor: ProductMetrics ๋๊ด์ ๋ฝ ๋ฐ ํ์์คํฌํ ๊ฒ์ฆ ์ ๊ฑฐ
sylee6529 b5920db
refactor: RetryTracker ์ ๊ฑฐ ๋ฐ Kafka ๊ธฐ๋ณธ ์ฌ์๋ ๋ฉ์ปค๋์ฆ ํ์ฉ
sylee6529 b191947
fix: REQUIRES_NEW ํธ๋์ญ์
์ถ๊ฐ
sylee6529 5193457
refactor: Like ์ค๋ณต ์ฒดํฌ ๋ก์ง ์ ๊ฑฐ
sylee6529 c67f50a
refactor: Repository๋ฅผ infrastructure ๋ ์ด์ด๋ก ์ด๋
sylee6529 d049e64
refactor: ์บ์ ๋ฐ DLQ ํ์
๋ณํ ๋ก์ง ๊ฐ์
sylee6529 b67b119
chore: ํ
์คํธ ๋ฐ ์ค์ ์ฝ๋ ์ ๋ฆฌ
sylee6529 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
11 changes: 11 additions & 0 deletions
11
.../commerce-api/src/main/java/com/loopers/application/event/product/ProductViewedEvent.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| package com.loopers.application.event.product; | ||
|
|
||
| import java.time.LocalDateTime; | ||
|
|
||
| public record ProductViewedEvent( | ||
| Long memberId, // nullable (๋น๋ก๊ทธ์ธ ์ฌ์ฉ์๋ ์ถ์ ) | ||
| Long productId, | ||
| Long brandId, | ||
| LocalDateTime viewedAt | ||
| ) { | ||
| } |
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.