Skip to content

Commit 6ed0b2e

Browse files
committed
GH-1994: Fix Typos in Doc
1 parent 9159ef9 commit 6ed0b2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5623,7 +5623,7 @@ The reason for the two properties is because, while you might want to retain onl
56235623

56245624
`appendOriginalHeaders` is applied to all headers named `*ORIGINAL*` while `stripPreviousExceptionHeaders` is applied to all headers named `*EXCEPTION*`.
56255625

5626-
Also see <<retry-headers>>.
5626+
Also see <<retry-headers>> with <<retry-topic>>.
56275627

56285628
[[exp-backoff]]
56295629
===== `ExponentialBackOffWithMaxRetries` Implementation

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,11 @@ When considering how to manage failure headers (original headers and exception h
364364

365365
By default, it explicitly sets `appendOriginalHeaders` to `false` and leaves `stripPreviousExceptionHeaders` to the default used by the `DeadLetterPublishingRecover`.
366366

367-
This means that, currently, records published to multiple retry topics may grow to large size, especially when the stack trace is large.
367+
This means that, currently, records published to multiple retry topics may grow to a large size, especially when the stack trace is large.
368368

369369
See <<dlpr-headers>> for more information.
370370

371-
To reconfigure the framework to use different settings for these properties, replace standard `DeadLetterPublishingRecovererFactory` bean by adding a `recovererCustomizer`:
371+
To reconfigure the framework to use different settings for these properties, replace the standard `DeadLetterPublishingRecovererFactory` bean by adding a `recovererCustomizer`:
372372

373373
====
374374
[source, java]

0 commit comments

Comments
 (0)