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

refactor: Refactored core Kafka Configs integrating DeadLetter strategy #76

Merged
merged 24 commits into from
Jan 30, 2025

Conversation

koreanMike513
Copy link
Collaborator

  • BackOff 전략과 DeadLetterTopic 의 default 전략을 core 모듈에서 default 하게 구현하게 리팩토링 하였습니다.

@koreanMike513 koreanMike513 self-assigned this Jan 28, 2025
@@ -12,7 +12,7 @@

public abstract class KafkaProducerConfig {

@Value("${spring.kafka.bootstrap-servers}")
@Value("${spring.kafka.bootstrap-servers:localhost:9092}")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

의도한 변경인지 확인부탁드립니다

foods/src/main/resources/application.yml Outdated Show resolved Hide resolved
@koreanMike513 koreanMike513 merged commit b92d163 into update/entity-scan Jan 30, 2025
1 check passed
@koreanMike513 koreanMike513 deleted the refactor/core-kafka-configs branch January 30, 2025 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants