Package org.sdase.commons.server.kafka.consumer
-
Interface Summary 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 Summary Class Description IgnoreAndProceedErrorHandler<K,V> Simple error handler that ignores errors and returns true so that the MessageListener will not stopKafkaHelper MessageListener<K,V> A MessageListener implements a default polling loop for retrieving messages from one to many Kafka topics. -
Exception Summary Exception Description StopListenerException Exception to stop message listening in case of errors during message processing.