ConsumerRecordHandler to catch and swallow all the exceptions throw from the
wrapped ConsumerRecordHandler when it failed to handle a consumed record.CatchAllExceptionConsumerRecordHandler to just log the failed record when
the wrapped handler failed on calling ConsumerRecordHandler.handleRecord(ConsumerRecord).CatchAllExceptionConsumerRecordHandler to use a BiConsumer to handle the
failed record when the wrapped handler failed on calling ConsumerRecordHandler.handleRecord(ConsumerRecord).LcKafkaConsumer.close() for
consumed records to handle before actually shutting down.LcKafkaConsumer.close() for
consumed records to handle before actually shutting down.ConsumerRecordHandler) when the record handler failed to handle a ConsumerRecord.ConsumerRecord consumed from Kafka broker.ConsumerRecord by calling
ConsumerRecordHandler.handleRecord(ConsumerRecord).ConsumerRecord by calling
ConsumerRecordHandler.handleRecord(ConsumerRecord).LcKafkaConsumer is a wrapper over Consumer.LcKafkaConsumer which uses a KafkaConsumer to consume records
from Kafka broker.KafkaConsumer.commitSync().maxPendingAsyncCommits) many async commits on the fly without
response from broker.LcKafkaConsumerBuilder used to build LcKafkaConsumer.LcKafkaConsumerBuilder used to build LcKafkaConsumer.Nonnull annotation.ConsumerRecordHandler to let the wrapped ConsumerRecordHandler try to handle a
record in a limited times in case the handling process failed.RetriableConsumerRecordHandler with max retry times limit.RetriableConsumerRecordHandler with max retry times limit and retry interval.KafkaConsumer.commitSync().KafkaConsumer.commitSync().LcKafkaConsumer when it unsubscribed to all the topics that have subscribed to.Copyright © 2020 LeanCloud. All rights reserved.