Skip to content

Commit edf3825

Browse files
authored
Docs: fixed "Handling Exceptions" section levels
* fixed section level of "Conversion Errors with Batch Error Handlers" to align with other subsections of "Handling Exceptions"
1 parent 8169f4d commit edf3825

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
@@ -5202,7 +5202,7 @@ By default, the exception type is not considered.
52025202
Also see <<delivery-header>>.
52035203

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

52075207
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`.
52085208
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)