Skip to content

Commit eefa2ee

Browse files
Fix Typo
Signed-off-by: Kyriakos <kyriakos-kyr@outlook.com>
1 parent 7954015 commit eefa2ee

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
@@ -86,4 +86,4 @@ public void listen(List<Thing> things) {
8686
}
8787
----
8888
However, in this case, `NotIgnoreEmptyBatchRecordFilterStrategy` always returns empty list and return `false` as result of `ignoreEmptyBatch()`.
89-
Thus `KafkaListener#listen(...)` always will be invoked.
89+
Thus `KafkaListener#listen(...)` always will be invoked .

0 commit comments

Comments
 (0)