Skip to content

Commit 9705891

Browse files
guycoplaytikagaryrussell
authored andcommitted
Fix a typo in the documentation (adatper -> adapter)
1 parent 723a97a commit 9705891

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
@@ -2299,7 +2299,7 @@ If you need retry capabilities when you use a batch listener, we recommend that
22992299
===== Stateful Retry
23002300

23012301
IMPORTANT: Now that the `SeekToCurrentErrorHandler` can be configured with a `BackOff` and has the ability to retry only certain exceptions (since version 2.3), the use of stateful retry, via the listener adapter retry configuration, is no longer necessary.
2302-
You can provide the same functionality with appropriate configuration of the error handler and remove all retry configuration from the listener adatper.
2302+
You can provide the same functionality with appropriate configuration of the error handler and remove all retry configuration from the listener adapter.
23032303
See <<seek-to-current>> for more information.
23042304

23052305
You should understand that the retry discussed in the <<retrying-deliveries,preceding section>> suspends the consumer thread (if a `BackOffPolicy` is used).

0 commit comments

Comments
 (0)