Class LoggingErrorHandler

    • Constructor Detail

      • LoggingErrorHandler

        public LoggingErrorHandler()
        Deprecated.
    • Method Detail

      • handle

        public void handle​(java.lang.Exception thrownException,
                           @Nullable
                           org.apache.kafka.clients.consumer.ConsumerRecord<?,​?> record)
        Deprecated.
        Description copied from interface: GenericErrorHandler
        Handle the exception.
        Specified by:
        handle in interface GenericErrorHandler<org.apache.kafka.clients.consumer.ConsumerRecord<?,​?>>
        Parameters:
        thrownException - The exception.
        record - the data.