Interface ErrorHandler

    • Method Detail

      • handle

        default void handle​(java.lang.Exception thrownException,
                            java.util.List<org.apache.kafka.clients.consumer.ConsumerRecord<?,​?>> records,
                            org.apache.kafka.clients.consumer.Consumer<?,​?> consumer,
                            MessageListenerContainer container)
        Handle the exception.
        Parameters:
        thrownException - the exception.
        records - the remaining records including the one that failed.
        consumer - the consumer.
        container - the container.