Interface | Description |
---|---|
ErrorHandler<K,V> |
Interface for handling errors that might occur during the processing of Kafka records.
|
MessageHandler<K,V> |
Handler for consumer record processing.
|
Class | Description |
---|---|
IgnoreAndProceedErrorHandler<K,V> |
Simple error handler that ignores errors and returns true so that the MessageListener will not
stop
|
KafkaHelper | |
MessageListener<K,V> |
A MessageListener implements a default polling loop for retrieving messages from one to many
Kafka topics.
|
Exception | Description |
---|---|
StopListenerException |
Exception to stop message listening in case of errors during message processing.
|