-
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
refactor: Refactored core Kafka Configs integrating DeadLetter strategy #76
Merged
koreanMike513
merged 24 commits into
update/entity-scan
from
refactor/core-kafka-configs
Jan 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c5c4850
refactor: Refactored core Kafka Configs integrating DeadLetter strategy
koreanMike513 bd8fda1
fix: Fixed configs and yml files
koreanMike513 8863821
refactor: Refactored entities and util classes
koreanMike513 fa78a5f
refactor: Refactored projects' kafka config
koreanMike513 d7fdb8d
feat: Added foods dead letter topic and gradle configs
koreanMike513 408bcc3
feat: Added querydsl package and DTOs
koreanMike513 d5ba45b
feat: Added OrderRepositoryCustom
koreanMike513 cf6b319
feat: Added OrderController and tests
koreanMike513 3186a6a
feat: Added tests
koreanMike513 278405a
refactor: Refactored LogUtil class
koreanMike513 95a1fb1
refactor: Applied LogUtil
koreanMike513 de7af11
refactor: Updated Foods Kafka DeadLetter Handler
koreanMike513 53e8648
update: Updated Food entity and Errorcodes
koreanMike513 9a6fb50
update: Updated Kafka Retry AOP
koreanMike513 3cb89d9
feat: Added foods project event logics
koreanMike513 4040d45
feat: Added payment project
koreanMike513 1a50ef8
feat: Added kafka events to orders project
koreanMike513 9e0961d
fix: Fixed updateOrderStatus method
koreanMike513 dcd17b1
fix: Fixed kafka catch block for exceptions that should not be tried
koreanMike513 793cd3a
fix: Fixed error code
koreanMike513 33687d9
fix: Uncommented tests
koreanMike513 0db3631
fix: Fixed ALL status and incomplete tests
koreanMike513 b2b5722
fix: Left log for unhandled dead letter topic
koreanMike513 4667cba
fix: Fixed * import statements and error codes
koreanMike513 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
44 changes: 33 additions & 11 deletions
44
core/src/main/java/com/f_lab/joyeuse_planete/core/kafka/config/KafkaConsumerConfig.java
This file contains 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 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 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 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 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.
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.
의도한 변경인지 확인부탁드립니다