Error 발생
→ [Consumer clientId=consumer-notification-consumer-6, groupId=notification-consumer] Seeking to offset 19 for partition chatting-create-0
→ Backoff FixedBackOff{interval=0, currentAttempts=10, maxAttempts=9} exhausted for chatting-create-0@19
→ [Consumer clientId=consumer-notification-consumer-6, groupId=notification-consumer] Seeking to offset 20 for partition chatting-create-0
→ Backoff FixedBackOff{interval=0, currentAttempts=10, maxAttempts=9} exhausted for chatting-create-0@20
원인
ListenerExecutionFailedException
오류는 리스너가 반복적으로 실패하고 있다는 의미. 기본적으로 FixedBackOff
전략을 사용하고 있는데, 이 방식은 10번의 재시도 후 더 이상 시도를 하지 않도록 설정