https://github.com/awakelife93/spring-boot-kafka-sample
spring boot kafka sample
https://github.com/awakelife93/spring-boot-kafka-sample
docker docker-compose kafka spring-boot zookeeper
Last synced: 7 months ago
JSON representation
spring boot kafka sample
- Host: GitHub
- URL: https://github.com/awakelife93/spring-boot-kafka-sample
- Owner: awakelife93
- Created: 2022-03-15T12:22:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T05:13:33.000Z (about 3 years ago)
- Last Synced: 2025-01-19T09:12:09.207Z (9 months ago)
- Topics: docker, docker-compose, kafka, spring-boot, zookeeper
- Language: Java
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBoot-Kafka
#### Publishing Message -> Kafka -> Subscribe & Send To Message Action Server
##### Author 박현우
##### Create Date 2022.03.15
#
### 개발 환경
* Java11
* Spring Boot
* Docker-Compose (confluentinc/cp-zookeeper image를 통한 kafka 서버 컨테이너)
#
### 내용
* SQS만 사용해보다가 Kafka도 한번 써보고 싶어서 만든 프로젝트
* POST /publish api을 통해 message를 queue에 집어 넣는다.
* POST /subscribeStart api을 통해 [node-message-action](https://github.com/awakelife93/node-message-action)에게로 전송한다.
#
### todo
프로젝트 작업 중...
#
### 실행
* docker-compose -d