Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- orm
- MSA
- aws
- ec2
- jpa
- codebuild
- spring
- 개발자
- 백엔드
- 스터디
- goorm
- Spring Boot
- mapping
- sqs
- codedeploy
- CICD
- Docker
- CodeCommit
- 티스토리챌린지
- rds
- backend
- 자격증
- Redis
- kakao
- DynamoDB
- s3
- backenddeveloper
- serverless
- 오블완
- QueryDSL
Archives
- Today
- Total
목록2024/11/18 (1)
gony-dev 님의 블로그
[Apache Kafka] Spring boot 3.x.x과 Kafka 연동하기
Apache Kafka의 구성 요소와 동작 방식에 대해 알아보았으니간단한 실습을 통해 이를 더 이해해보도록 하겠다.📌 프로젝트 환경Spring boot version | 'org.springframework.boot' version '3.3.5'JDK | 17가독성 있는 실습을 진행하기 위해 Consumer과 Producer에 대한 프로젝트를 따로 생성해 주었다!의존성두 어플리케이션 모두 같은 의존성을 추가하였다.dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' testRuntimeO..
Kafka
2024. 11. 18. 14:40