티스토리 뷰

공부

[Kafka] research

승가비 2022. 2. 4. 01:07
728x90

https://bistros.tistory.com/entry/Kafka-idempotent-producer-%EB%A9%B1%EB%93%B1%EC%84%B1%EC%97%90-%EA%B4%80%ED%95%B4%EC%84%9C

 

Kafka idempotent producer - 멱등성에 관해서

Kafka 는 기본적으로 1번 이상의 메시지 전송을 보장 하는 At Least Once Delivery 정책이었다. 메시지가 전송되었다는 ack를 확실히 받지 못할 경우 retry send를 하는 방법으로 최소 1회의 전송을 보장 하

bistros.tistory.com

https://d2.naver.com/helloworld/0974525

https://madplay.github.io/post/java-kafka-example

 

Java Kafka Producer, Consumer 예제 구현

Java를 이용하여 Kafka Producer와 Kakfa Consumer를 구현해보자.

madplay.github.io

https://server-engineer.tistory.com/845

 

Kafka - Consumer

1. Consumer 1.1 Consumer 레코드를 polling하는 애플리케이션 a) 데이터를 가져가는(polling) 주체 b) commit을 통해 읽은 consumer offsetㅇㄹ 카프카에 기록 c) Java kafka-client 제공 d) 데이터 저장 방식..

server-engineer.tistory.com

https://sungjk.github.io/2021/01/10/kafka-consumer.html

 

Kafka Consumer 알아보기

데이터 플랫폼의 최강자 Kafka의 Consumer에 대해서 알아봅니다.

sungjk.github.io

https://medium.com/streamthoughts/apache-kafka-rebalance-protocol-or-the-magic-behind-your-streams-applications-e94baf68e4f2

 

Apache Kafka Rebalance Protocol, or the magic behind your streams applications

Since Apache Kafka 2.3.0, the internal Rebalance Protocol, which is especially used by Kafka Connect and consumers, has undergone several…

medium.com

https://free-strings.blogspot.com/2016/04/producer.html

 

카프카 프로듀서(Producer) 0.9.0 설정

개인적으로 개발관련 내용을 정리하는 잊지말자 블로그 입니다.

free-strings.blogspot.com

https://www.cloudkarafka.com/blog/kafka-producer-side-settings-explained-linger-ms-and-batch-size.html

 

FAQ: Producer side settings explained: linger.ms and batch.size - CloudKarafka, Apache Kafka Message streaming as a Service

Kafka is under many aspects the perfect tool to ingest and serve data in an efficient and scalable way. This article will explain how to optimize producers using linger.ms and batch.size. Kafka’s separation-by-architecture explained What makes Kafka a go

www.cloudkarafka.com

http://junil-hwang.com/blog/kafka-java/

 

java를 이용하여 kafka의 producer와 consumer 작성해보기

이번 장에서는 spring boot로 api를 구축하기 이전에 간단하게 Java를 이용하여 카프카 클러스터 ( kafka cluster ) 를 구축하여 보도록 하겠습니다.

junil-hwang.com

https://blog.voidmainvoid.net/339

 

자바 멀티스레드 카프카 컨슈머 애플리케이션 구현 코드

이번 포스트에서는 자바 멀티스레드 카프카 컨슈머 애플리케이션을 구현해보도록 하겠습니다. 준비물 - Intellij 또는 eclipse - gradle project - jdk 1.8 - 약 10분 구현방법 이전 포스트(카프카 컨슈머 멀

blog.voidmainvoid.net

https://freedeveloper.tistory.com/353

 

[아파치 카프카 입문과 활용] 4. Apache kafka 컨슈머 애플리케이션 개발, 실습

www.youtube.com/watch?v=5FEE5wVi8uY&list=PL3Re5Ri5rZmkY46j6WcJXQYRlDRZSUQ1j&index=19 Kafka Consumer application Consumer 데이터를 가져가는(polling) 주체 commit을 통해 읽은 consumer offset을 카프카에 기록 Java Kafka-client 제공 그

freedeveloper.tistory.com

 

728x90

'공부' 카테고리의 다른 글

[Apache Zookeeper] 주키퍼의 기본 특징  (0) 2022.02.13
[Regex] id, pw, email  (0) 2022.02.13
[Java] Use reflection API to get field names and values  (0) 2022.02.04
[Tableau] 날짜 함수  (0) 2022.02.04
[Spark] write mode overwrite  (0) 2022.01.16
댓글