Skip to content

Commit 74cc24d

Browse files
committed
fix doc.
1 parent e307421 commit 74cc24d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/retrytopic/topic-naming.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ When using the strategy that work with the number of retry topics equal to the c
133133
* ...
134134
* -retry-16000-224
135135

136+
If multiple topics are required, then that can be done using the following configuration.
137+
136138
[source, java]
137139
----
138140
@RetryableTopic(attempts = 230,

spring-kafka-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ See xref:kafka/annotation-error-handling.adoc#after-rollback[After-rollback Proc
4949

5050
[[x32-retry-topic]]
5151
=== Change @RetryableTopic SameIntervalTopicReuseStrategy default value
52-
Change `@RetryableTopic` property SameIntervalTopicReuseStrategy default value to SINGLE_TOPIC.
52+
Change `@RetryableTopic` property `SameIntervalTopicReuseStrategy` default value to `SINGLE_TOPIC`.
5353
See xref:retrytopic/topic-naming.adoc#single-topic-maxinterval-delay[Single Topic for maxInterval Exponential Delay].

0 commit comments

Comments
 (0)