GH-854: Docs about Filtering Batch adapter
Rsolves https://github.com/spring-projects/spring-kafka/issues/854
This commit is contained in:
committed by
Artem Bilan
parent
45b5d8b1be
commit
810529a978
@@ -1471,6 +1471,8 @@ 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.
|
||||
|
||||
[[retrying-deliveries]]
|
||||
===== Retrying Deliveries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user