Kafka(카프카)란?

2022. 2. 7. 18:04ETC

카프카에 대해서 정리를 하려고 자료를 찾고 있었는데,

정말 정리가 잘된 유투브 영상이 있어서, 영상 공유만 하겠습니다!

이 것보다 정리를 더 잘 할 자신은 없습니다!

1. 카프카란?

https://freedeveloper.tistory.com/396

 

[Apache kafka 조금 아는 척하기] 카프카란?

https://www.youtube.com/watch?v=0Ssx7jJJADI&list=PLwouWTPuIjUgr29uSrSkVo8PRmem6HRDE&index=3&t=4s 카프카란? https://kafka.apache.org 고성능 분산 이벤트 스트리밍 플랫폼 Fortune 100개 기업 기준으로 80%..

freedeveloper.tistory.com

2. 카프카 프로듀서

https://freedeveloper.tistory.com/397?category=909995 

 

[Apache kafka 조금 아는 척하기] 카프카 프로듀서

https://www.youtube.com/watch?v=geMtm17ofPY&list=PLwouWTPuIjUgr29uSrSkVo8PRmem6HRDE&index=2 프로듀서 토픽에 메시지 전송 토픽, 키, 값 프로듀서를 사용해서 메시지를 보내는 코드 // Properties를 통해서 a..

freedeveloper.tistory.com

3. 카프카 컨슈머

https://freedeveloper.tistory.com/398?category=909995 

 

[Apache kafka 조금 아는 척하기] 카프카 컨슈머

https://www.youtube.com/watch?v=xqrIDHbGjOY&list=PLwouWTPuIjUgr29uSrSkVo8PRmem6HRDE&index=1 컨슈머 토픽 파티션에서 레코드 조회 Properties prop = new Properties(); prop.put("bootstrap.servers","local..

freedeveloper.tistory.com

 

'ETC' 카테고리의 다른 글

메시지 플랫폼 장애 에러 처리 비교 - SQS, RabbitMQ, Kafka  (0) 2022.02.15
메시징 플랫폼 비교 - SQS, SNS, Kafka, RabbitMQ  (2) 2022.02.11
RabbitMQ란?  (0) 2022.02.09
AWS SNS란?  (0) 2022.02.07
AWS SQS란?  (0) 2022.02.07