분류 전체보기(363)
-
spring kafka commit 실패시 next poll때 일어나는일
https://stackoverflow.com/questions/64681806/not-acknowledging-the-kafka-message-at-all-in-manual-immediate-mode Not acknowledging the kafka message at all in MANUAL_IMMEDIATE mode I could not find any documentation related to this issue, hence the question. What happens if @KafkaListener method does not call acknowledgement.acknowledge() at all when the ackModeis set to stackoverflow.com nack()..
2023.11.07 -
Spring kafka 설명
https://jessyt.tistory.com/m/151?category=966697 Spring-Kafka Lifecycle 이번 글에서는 Spring-Kafka의 Lifecycle에 대해서 작성해보겠습니다. 목차 Lifecycle Lifecycle Management 주의사항 1. Lifecycle @KafkaListener는 Application Context 안에 Bean이 아닙니다. @KafkaListener는 KafkaListenerEndpointR jessyt.tistory.com 해당 포스팅 말고 다음 포스팅에도 읽어볼만한 주제가 많음 https://shining-life.tistory.com/m/3 4.1.3. Receiving Messages - (1) MessageListenerCo..
2023.11.05 -
Spring Kafka commit 정책
https://docs.spring.io/spring-kafka/docs/current/reference/html/#committing-offsets Spring for Apache Kafka When using Spring for Apache Kafka in a Spring Boot application, the Apache Kafka dependency versions are determined by Spring Boot’s dependency management. If you wish to use a different version of kafka-clients or kafka-streams, and use the embedded ka docs.spring.io https://hanseom.tist..
2023.11.05 -
대용량 트래픽관련 유튜브 영상들
https://m.youtube.com/watch?v=XBXmHCy1EBA&pp=ygUT64yA7Jqp65-JIO2KuOuemO2UvQ%3D%3D https://m.youtube.com/watch?v=qzHjK1-07fI&pp=ygUT64yA7Jqp65-JIO2KuOuemO2UvQ%3D%3D
2023.11.02 -
[Kafka] Parallel Consumers, 메시지별 병렬 처리
https://d2.naver.com/helloworld/7181840
2023.10.30 -
Java NIO와 멀티플렉싱 기반 다중 접속 서버 설명
https://jongmin92.github.io/2019/03/03/Java/java-nio/
2023.10.10