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
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,
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
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` .
5353See 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