Spring kafka 설명
2023. 11. 5. 15:16ㆍWeb/Spring
https://jessyt.tistory.com/m/151?category=966697
해당 포스팅 말고 다음 포스팅에도 읽어볼만한 주제가
많음
https://shining-life.tistory.com/m/3
spring cloud stream kafka docs
spring kafka streams functional 방식으로 컨슈머를 구성하면 왠지..batch mode가 false 이고 레코드 단위로 컨슘 and 커밋하는듯함. 그래서 일전에 반드시 실패하는 로직 경우 커밋을 하지 못하고 무한 컨슘(이건 더 알아봐야 할듯함)
일단 위 설명에는 아래와 같이 써있음
If the ackMode is not set and batch mode is not enabled, RECORD ackMode will be used.
spring kafka docs
https://docs.spring.io/spring-kafka/docs/
'Web > Spring' 카테고리의 다른 글
Spring kafka + micrometer tracing (0) | 2024.05.14 |
---|---|
Micrometer Tracing (0) | 2024.04.30 |
Spring Kafka commit 정책 (0) | 2023.11.05 |
대용량 트래픽관련 유튜브 영상들 (0) | 2023.11.02 |
웹플럭스에서 블록킹 연산의 영향은? 해결 방법? (0) | 2021.11.17 |