-
2025.02.19 spring kafka kafkaListenerContainerTIL 2025. 2. 19. 23:33
https://docs.spring.io/spring-kafka/reference/kafka/receiving-messages/listener-annotation.html
@KafkaListener Annotation :: Spring Kafka
When using manual AckMode, you can also provide the listener with the Acknowledgment. To activate the manual AckMode, you need to set the ack-mode in ContainerProperties to the appropriate manual mode. The following example also shows how to use a differen
docs.spring.io
KafkaListener 를 사용하면 default kafkaListenerContainer는 ConcurrentMessageListenerContainer를 사용한다고 한다.
부하 분산이 목적이니 더 살펴보자.'TIL' 카테고리의 다른 글
2025.02.24 spring kafka Throttling (0) 2025.02.24 2025.02.22 spring transactional (0) 2025.02.22 2025.02.19 line 장애대응 (0) 2025.02.19 2025.02.13 mysql insert performance (0) 2025.02.13 2025.02.11 spring kafka delay (0) 2025.02.11