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: 카프카 설정 및 사용자 설정 정보값 / Median 테이블 전송 (#81) #88

Merged
merged 13 commits into from
May 29, 2024

Conversation

jinho7
Copy link
Contributor

@jinho7 jinho7 commented May 28, 2024

☝️Issue Number

🔎 Key Changes

💌 To Reviewers

  • 커밋 두 부분만 봐주세요!

@jinho7 jinho7 requested review from DDonghyeo and seheonnn May 28, 2024 12:11
@jinho7 jinho7 self-assigned this May 28, 2024
@jinho7 jinho7 linked an issue May 28, 2024 that may be closed by this pull request
3 tasks
Copy link
Member

@DDonghyeo DDonghyeo left a comment

Choose a reason for hiding this comment

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

innodb, mysql data 내용들 gitignore에 추가해주실 수 있나요??

또한 Kafka 통신 한번 더 정리해줄 수 있을까요?

private String groupId;

// Producer 관련 설정
private <T> ProducerFactory<String, T> producerFactory(Class<T> valueClass) {
Copy link
Contributor

Choose a reason for hiding this comment

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

제네릭 타입 좋은 아이디어인 것 같아요~~~~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

감사합니다!!!
(엎드려 절받기.. 🙇‍♂️)

@jinho7 jinho7 merged commit bbbf993 into develop May 29, 2024
1 check passed
@jinho7 jinho7 deleted the feature/#81 branch May 29, 2024 13:31
@jinho7
Copy link
Contributor Author

jinho7 commented May 29, 2024

innodb, mysql data 내용들 gitignore에 추가해주실 수 있나요??

넵!
또한 Kafka 통신 한번 더 정리해줄 수 있을까요?

이거 노션에 목요일까지 만들어주곘습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ feat: 카프카 설정 및 사용자 설정 정보값 / Median 테이블 전송
3 participants