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: Added kafka configs to Payment Service #55

Merged

Conversation

koreanMike513
Copy link
Collaborator

  • kafka consumer and producer configs 추가
  • kafka implementations 추가
  • application.properties 삭제 및 application.yml 추가

- added kafka consumer and producer configs
- added kafka implementations
- removed application.properties and added application.yml
@koreanMike513 koreanMike513 added the enhancement New feature or request label Jan 17, 2025
@koreanMike513 koreanMike513 self-assigned this Jan 17, 2025
import java.util.Map;

@Configuration
public class KafkaProducerConfig {

Choose a reason for hiding this comment

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

이전 pr에서 중복되는 class들에 대한 공통 로직 추출 및 재사용 방법에 대한 고민을 추천드립니다.

@koreanMike513 koreanMike513 merged commit b90ad31 into update/orderservice-and-requestdto Jan 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants