Skip to content

Commit 9f48d00

Browse files
committed
Fix Doc Typo
1 parent 2e23b1b commit 9f48d00

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
@@ -5053,7 +5053,7 @@ NOTE: The preceding two examples are simplistic implementations, and you would p
50535053
[[error-handlers]]
50545054
===== Container Error Handlers
50555055

5056-
Starting with version 2.8, the legacy `ErrorHandler` and `BatchErrorHandler` interfaces have been superceded by a new `CommonErrorHandler`.
5056+
Starting with version 2.8, the legacy `ErrorHandler` and `BatchErrorHandler` interfaces have been superseded by a new `CommonErrorHandler`.
50575057
These error handlers can handle errors for both record and batch listeners, allowing a single listener container factory to create containers for both types of listener.
50585058
`CommonErrorHandler` implementations to replace most legacy framework error handler implementations are provided and the legacy error handlers deprecated.
50595059
The legacy interfaces are still supported by listener containers and listener container factories; they will be deprecated in a future release.

0 commit comments

Comments
 (0)