From 1346cacccca5d94da69bc26c1ff5b2a8525294ae Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 16 Feb 2022 12:41:40 -0500 Subject: [PATCH] Doc Polishing --- spring-kafka-docs/src/main/asciidoc/kafka.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/spring-kafka-docs/src/main/asciidoc/kafka.adoc b/spring-kafka-docs/src/main/asciidoc/kafka.adoc index 78335217..fa544e80 100644 --- a/spring-kafka-docs/src/main/asciidoc/kafka.adoc +++ b/spring-kafka-docs/src/main/asciidoc/kafka.adoc @@ -4485,7 +4485,7 @@ public KafkaTemplate kafkaTemplate() { ---- ==== When using an `ErrorHandlingDeserializer` with a batch listener, you must check for the deserialization exceptions in message headers. -When used with a `RecoveringBatchErrorHandler`, you can use that header to determine which record the exception failed on and communicate to the error handler via a `BatchListenerFailedException`. +When used with a `DefaultBatchErrorHandler`, you can use that header to determine which record the exception failed on and communicate to the error handler via a `BatchListenerFailedException`. ==== [source, java] @@ -5223,24 +5223,24 @@ void listen(List in, @Header(KafkaHeaders.CONVERSION_FAILURES) List