Skip to content

Commit e22527f

Browse files
izeyeartembilan
authored andcommitted
Add a missing closing pointy bracket in doc
1 parent b462551 commit e22527f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ When using `@KafkaListener`, set the `RecordFilterStrategy` (and optionally `ack
14761476

14771477
In addition, a `FilteringBatchMessageListenerAdapter` is provided, for when using a batch <<message-listeners, message listener>>.
14781478

1479-
IMPORTANT: The `FilteringBatchMessageListenerAdapter` is ignored if your `@KafkaListener` receives a `ConsumerRecords<?, ?>` instead of `List<ConsumerRecord<?, ?>` because `ConsumerRecords` is immutable.
1479+
IMPORTANT: The `FilteringBatchMessageListenerAdapter` is ignored if your `@KafkaListener` receives a `ConsumerRecords<?, ?>` instead of `List<ConsumerRecord<?, ?>>` because `ConsumerRecords` is immutable.
14801480

14811481
[[retrying-deliveries]]
14821482
===== Retrying Deliveries

0 commit comments

Comments
 (0)