Skip to content

Commit 5e081a3

Browse files
Fix Typo in filtering doc for wrong class name (#4208)
Signed-off-by: Kyriakos Kyriakou <kyriakos-kyr@outlook.com>
1 parent 4f1906c commit 5e081a3

File tree

1 file changed

+1
-1
lines changed
  • spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/receiving-messages

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/receiving-messages/filtering.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ public void listen(List<Thing> things) {
8585
...
8686
}
8787
----
88-
However, in this case, `IgnoreEmptyBatchRecordFilterStrategy` always returns empty list and return `false` as result of `ignoreEmptyBatch()`.
88+
However, in this case, `NotIgnoreEmptyBatchRecordFilterStrategy` always returns empty list and return `false` as result of `ignoreEmptyBatch()`.
8989
Thus `KafkaListener#listen(...)` always will be invoked.

0 commit comments

Comments
 (0)