You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Preethkumar Thirupathi <pr...@gmail.com> on 2020/09/23 17:15:40 UTC

Kafka consumer Exception handling and offset management

Hi Team,

Currently I'm implementing Spring boot @kafkalistener. I need to know that
what all are the exception that may raise, while try to consume the record
from kafka topic. How to commit the current offset after successfully
processed the record.In between that I have handle the exception.
Kindly advise the scenarios, what type of exception we can implement snd it
would be better to have an architectural diagram.

Thanks,
PREETHKUMAR T