boolean flag to indicate if FilteringAcknowledgingMessageListenerAdapter
should acknowledge discarded records or not.boolean flag to specify the order how
RetryingAcknowledgingMessageListenerAdapter and
FilteringAcknowledgingMessageListenerAdapter are wrapped to each other,
if both of them are present.RecordFilterStrategy to wrap
KafkaMessageDrivenChannelAdapter.IntegrationMessageListener into
FilteringAcknowledgingMessageListenerAdapter.RecoveryCallback instance for retry operation;
if null, the exception will be thrown to the container after retries are exhausted.RetryTemplate instance to wrap
KafkaMessageDrivenChannelAdapter.IntegrationMessageListener into
RetryingAcknowledgingMessageListenerAdapter.KafkaProducerMessageHandler
should wait wait for send operation results.boolean indicated if KafkaProducerMessageHandler
should wait for send operation results or not.