본문 바로가기

Queue/kafka

Spring boot - Apache Kafka

maven dependency

<dependency>

<groupId>org.springframework.kafka</groupId>

<artifactId>spring-kafka</artifactId>

</dependency>


Producer를 통해 전송하고 Consumer를 통해 받는다.

예제 코드와 컨피그 설명은 아래 참조 블로그에 정리가 잘 되어 있다.



[참조]

https://madplay.github.io/post/kafka-producer-consumer-options

https://sunghs.tistory.com/80

https://seungwoo0429.tistory.com/29

'Queue > kafka' 카테고리의 다른 글

Apache kafka 설치 및 실행 - Mac OS  (0) 2020.07.01