Web/SpringBoot

Spring Boot - Apache Kafka 카프카 연동

벨포트조던 2019. 3. 29.
반응형

https://www.tutorialspoint.com/spring_boot/spring_boot_apache_kafka.htm

 

Spring Boot Apache Kafka

Spring Boot - Apache Kafka Advertisements Apache Kafka is an open source project used to publish and subscribe the messages based on the fault-tolerant messaging system. It is fast, scalable and distributed by design. If you are a beginner to Kafka, or wan

www.tutorialspoint.com

목표 : 카프카 configuration 파일을 만드는게 

 

다른 설정파일에 비해 카프카는 좀 쉬웠다. 이미 만들어져있는 카프카 서버가 있어서 클라이언트만 있기도했고..

 

프로듀서만 먼저 만들어야 해서 

 

위 사이트 보고 따라서 함.

 

https://www.baeldung.com/spring-kafka

 

Intro to Apache Kafka with Spring | Baeldung

A quick and practical guide to using Apache Kafka with Spring.

www.baeldung.com

 

여기도 비슷한 내용의 문서다.

 

두개 비교해서 잘 짜집기함.

 

https://codenotfound.com/spring-kafka-consumer-producer-example.html

 

Spring Kafka Consumer Producer Example

A detailed step-by-step tutorial on how to implement an Apache Kafka Consumer and Producer using Spring Kafka and Spring Boot.

codenotfound.com

이것도 마찬가지 . 잘읽어보진 안았지만 프로듀서만 만드는거였기에 대충 봐도 이해됨

 

 

반응형

댓글