Skip to content

Commit 16d3e73

Browse files
committed
Fix docs for batch error handler
1 parent 2c5914b commit 16d3e73

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
@@ -2998,7 +2998,7 @@ public KafkaListenerContainerFactory<ConcurrentMessageListenerContainer<Integer,
29982998
ConcurrentKafkaListenerContainerFactory<Integer, String> factory =
29992999
new ConcurrentKafkaListenerContainerFactory<>();
30003000
...
3001-
factory.getContainerProperties().setBatchErrorHandler(myBatchErrorHandler);
3001+
factory.setBatchErrorHandler(myBatchErrorHandler);
30023002
...
30033003
return factory;
30043004
}

0 commit comments

Comments
 (0)