Skip to content

Commit 43cb781

Browse files
committed
Docs - Fix ToC
1 parent 52d45dc commit 43cb781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/asciidoc/kafka.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5269,7 +5269,7 @@ By default, the exception type is not considered.
52695269
Also see <<delivery-header>>.
52705270

52715271
[[batch-listener-conv-errors]]
5272-
====== Conversion Errors with Batch Error Handlers
5272+
===== Conversion Errors with Batch Error Handlers
52735273

52745274
Starting with version 2.8, batch listeners can now properly handle conversion errors, when using a `MessageConverter` with a `ByteArrayDeserializer`, a `BytesDeserializer` or a `StringDeserializer`, as well as a `DefaultErrorHandler`.
52755275
When a conversion error occurs, the payload is set to null and a deserialization exception is added to the record headers, similar to the `ErrorHandlingDeserializer`.

0 commit comments

Comments
 (0)