File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
spring-kafka-docs/src/main/antora/modules/ROOT/pages Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ When using the strategy that work with the number of retry topics equal to the c
133
133
* ...
134
134
* -retry-16000-224
135
135
136
+ If multiple topics are required, then that can be done using the following configuration.
137
+
136
138
[source, java]
137
139
----
138
140
@RetryableTopic(attempts = 230,
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ See xref:kafka/annotation-error-handling.adoc#after-rollback[After-rollback Proc
49
49
50
50
[[x32-retry-topic]]
51
51
=== 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` .
53
53
See xref:retrytopic/topic-naming.adoc#single-topic-maxinterval-delay[Single Topic for maxInterval Exponential Delay].
You can’t perform that action at this time.
0 commit comments