Skip to content

Commit 478cf6d

Browse files
tomazfernandesgaryrussell
authored andcommitted
GH-2182 - Capitalize title in docs
The title for the Blocking / Non-blocking features combination was not properly capitalized in the docs.
1 parent 6c05000 commit 478cf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ DeadLetterPublishingRecovererFactory factory(DestinationTopicResolver resolver)
436436
Starting with version 2.8.4, if you wish to add custom headers (in addition to the retry information headers added by the factory, you can add a `headersFunction` to the factory - `factory.setHeadersFunction((rec, ex) -> { ... })`
437437

438438
[[retry-topic-combine-blocking]]
439-
==== Combining blocking and non-blocking retries
439+
==== Combining Blocking and Non-Blocking Retries
440440

441441
Starting in 2.8.4 you can configure the framework to use both blocking and non-blocking retries in conjunction.
442442
For example, you can have a set of exceptions that would likely trigger errors on the next records as well, such as `DatabaseAccessException`, so you can retry the same record a few times before sending it to the retry topic, or straight to the DLT.

0 commit comments

Comments
 (0)