Interface ConditionalRetryBehaviourHandler

All Known Implementing Classes:
DefaultConditionalRetryBehaviourHandler

public interface ConditionalRetryBehaviourHandler
Interface that can be implemented to provide conditional retry behaviour for a KafkaConsumer when a ConsumerRecord fails to be processed and the error strategy is set to conditionally retry.
Since:
5.4.0
Author:
Ryan Evans