Skip to content

Commit 9d3d034

Browse files
committed
Docs - Fix ToC
1 parent 1e5915d commit 9d3d034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5204,7 +5204,7 @@ By default, the exception type is not considered.
52045204
Also see <<delivery-header>>.
52055205

52065206
[[batch-listener-conv-errors]]
5207-
====== Conversion Errors with Batch Error Handlers
5207+
===== Conversion Errors with Batch Error Handlers
52085208

52095209
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`.
52105210
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)