diff --git a/src/reference/asciidoc/kafka.adoc b/src/reference/asciidoc/kafka.adoc index dd81af2e..eb0f20a0 100644 --- a/src/reference/asciidoc/kafka.adoc +++ b/src/reference/asciidoc/kafka.adoc @@ -1476,7 +1476,7 @@ When using `@KafkaListener`, set the `RecordFilterStrategy` (and optionally `ack In addition, a `FilteringBatchMessageListenerAdapter` is provided, for when using a batch <>. -IMPORTANT: The `FilteringBatchMessageListenerAdapter` is ignored if your `@KafkaListener` receives a `ConsumerRecords` instead of `List` because `ConsumerRecords` is immutable. +IMPORTANT: The `FilteringBatchMessageListenerAdapter` is ignored if your `@KafkaListener` receives a `ConsumerRecords` instead of `List>` because `ConsumerRecords` is immutable. [[retrying-deliveries]] ===== Retrying Deliveries