Add a missing closing pointy bracket in doc

This commit is contained in:
Johnny Lim
2018-12-04 10:11:57 +09:00
committed by Artem Bilan
parent b46255162a
commit e22527f09f

View File

@@ -1476,7 +1476,7 @@ When using `@KafkaListener`, set the `RecordFilterStrategy` (and optionally `ack
In addition, a `FilteringBatchMessageListenerAdapter` is provided, for when using a batch <<message-listeners, message listener>>.
IMPORTANT: The `FilteringBatchMessageListenerAdapter` is ignored if your `@KafkaListener` receives a `ConsumerRecords<?, ?>` instead of `List<ConsumerRecord<?, ?>` because `ConsumerRecords` is immutable.
IMPORTANT: The `FilteringBatchMessageListenerAdapter` is ignored if your `@KafkaListener` receives a `ConsumerRecords<?, ?>` instead of `List<ConsumerRecord<?, ?>>` because `ConsumerRecords` is immutable.
[[retrying-deliveries]]
===== Retrying Deliveries