Skip to content

Commit a587b13

Browse files
committed
Fix docs for batch error handler
1 parent 40b21c1 commit a587b13

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
@@ -2679,7 +2679,7 @@ public KafkaListenerContainerFactory<ConcurrentMessageListenerContainer<Integer,
26792679
ConcurrentKafkaListenerContainerFactory<Integer, String> factory =
26802680
new ConcurrentKafkaListenerContainerFactory<>();
26812681
...
2682-
factory.getContainerProperties().setBatchErrorHandler(myBatchErrorHandler);
2682+
factory.setBatchErrorHandler(myBatchErrorHandler);
26832683
...
26842684
return factory;
26852685
}

0 commit comments

Comments
 (0)