Skip to content

Commit 3600a3a

Browse files
committed
useSingleTopicForFixedDelays -> useSingleTopicForSameIntervals
Signed-off-by: Seonghyeon Cho <[email protected]>
1 parent ad1fca4 commit 3600a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public RetryTopicConfiguration myRetryTopic(KafkaTemplate<String, MyPojo> templa
9494
.newInstance()
9595
.fixedBackOff(3_000)
9696
.maxAttempts(5)
97-
.useSingleTopicForFixedDelays()
97+
.useSingleTopicForSameIntervals()
9898
.create(template);
9999
}
100100
----

0 commit comments

Comments
 (0)