Fix docs for batch error handler
This commit is contained in:
@@ -2679,7 +2679,7 @@ public KafkaListenerContainerFactory<ConcurrentMessageListenerContainer<Integer,
|
||||
ConcurrentKafkaListenerContainerFactory<Integer, String> factory =
|
||||
new ConcurrentKafkaListenerContainerFactory<>();
|
||||
...
|
||||
factory.getContainerProperties().setBatchErrorHandler(myBatchErrorHandler);
|
||||
factory.setBatchErrorHandler(myBatchErrorHandler);
|
||||
...
|
||||
return factory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user